GeoJson2DGeographicCoordinates Constructor  | 
  
    Namespace: 
   MongoDB.Driver.GeoJsonObjectModel
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic GeoJson2DGeographicCoordinates(
	double longitude,
	double latitude
)
Public Sub New ( 
	longitude As Double,
	latitude As Double
)
new : 
        longitude : float * 
        latitude : float -> GeoJson2DGeographicCoordinatesParameters
- longitude
 - Type: SystemDouble
The longitude. - latitude
 - Type: SystemDouble
The latitude. 
See Also