Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. Seethe details.
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-06-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eLatLng\u003c/code\u003e is a data structure representing a latitude/longitude pair using double values for degrees.\u003c/p\u003e\n"],["\u003cp\u003eIt adheres to the WGS84 standard, ensuring global consistency in geographic representation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elatitude\u003c/code\u003e field must be within the range of -90.0 to +90.0 degrees.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elongitude\u003c/code\u003e field must be within the range of -180.0 to +180.0 degrees.\u003c/p\u003e\n"]]],[],null,["# Package google.type\n\nIndex\n-----\n\n- [LatLng](/dialogflow/cx/docs/reference/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."]]