[][src]Module google_maps::latlng

Contains the LatLng struct and its associated traits. The LatLng coorindate system is used to specify a position or location on the Earth's surface.

Structs

LatLng

Latitude and longitude values must correspond to a valid location on the face of the earth. Latitudes can take any value between -90 and 90 while longitude values can take any value between -180 and 180. If you specify an invalid latitude or longitude value, your request will be rejected as a bad request.