GeoJson3DGeographicCoordinates Constructor  | 
  
    Namespace: 
   MongoDB.Driver.GeoJsonObjectModel
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic GeoJson3DGeographicCoordinates(
	double longitude,
	double latitude,
	double altitude
)
Public Sub New ( 
	longitude As Double,
	latitude As Double,
	altitude As Double
)
new : 
        longitude : float * 
        latitude : float * 
        altitude : float -> GeoJson3DGeographicCoordinatesParameters
- longitude
 - Type: SystemDouble
The longitude. - latitude
 - Type: SystemDouble
The latitude. - altitude
 - Type: SystemDouble
The altitude. 
See Also