Click or drag to resize
GeoJsonCoordinatesValues Property
Gets the coordinate values.

Namespace: MongoDB.Driver.GeoJsonObjectModel
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public abstract ReadOnlyCollection<double> Values { get; }

Property Value

Type: ReadOnlyCollectionDouble
See Also