Click or drag to resize
GeoJsonPolygonTCoordinatesCoordinates Property
Gets the coordinates.

Namespace: MongoDB.Driver.GeoJsonObjectModel
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public GeoJsonPolygonCoordinates<TCoordinates> Coordinates { get; }

Property Value

Type: GeoJsonPolygonCoordinatesTCoordinates
See Also