An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to theWGS84 standard. Values must be within normalized ranges.
Fields
latitude
double
The latitude in degrees. It must be in the range [-90.0, +90.0].
longitude
double
The longitude in degrees. It must be in the range [-180.0, +180.0].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eLatLng represents a latitude/longitude pair using double values for degrees.\u003c/p\u003e\n"],["\u003cp\u003eIt adheres to the WGS84 standard for geographical representation.\u003c/p\u003e\n"],["\u003cp\u003eLatitude values must fall within the range of -90.0 to +90.0 degrees.\u003c/p\u003e\n"],["\u003cp\u003eLongitude values must fall within the range of -180.0 to +180.0 degrees.\u003c/p\u003e\n"]]],[],null,["# Package google.type\n\nIndex\n-----\n\n- [LatLng](/datastore/docs/reference/data/rpc/google.type#google.type.LatLng) (message)\n\nLatLng\n------\n\nAn object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the [WGS84 standard](https://en.wikipedia.org/wiki/World_Geodetic_System#1984_version). Values must be within normalized ranges."]]