GeoJsonFeatureTCoordinatesGeometry Property |
Gets the geometry.
Namespace: MongoDB.Driver.GeoJsonObjectModelAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax public GeoJsonGeometry<TCoordinates> Geometry { get; }
Public ReadOnly Property Geometry As GeoJsonGeometry(Of TCoordinates)
Get
member Geometry : GeoJsonGeometry<'TCoordinates> with get
Property Value
Type:
GeoJsonGeometryTCoordinatesSee Also