public sealed class LatLng : Protobuf.IMessage<LatLng>, Protobuf.IBufferMessage
An object representing a latitude/longitude pair. This is expressed as a pair
of doubles representing degrees latitude and degrees longitude. Unless
specified otherwise, this must conform to the
<a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
standard</a>. Values must be within normalized ranges.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eLatLng is a class representing a latitude/longitude pair, expressed as doubles for degrees.\u003c/p\u003e\n"],["\u003cp\u003eLatLng conforms to the WGS84 standard, with normalized ranges for latitude (-90.0 to +90.0) and longitude (-180.0 to +180.0).\u003c/p\u003e\n"],["\u003cp\u003eThe LatLng class includes constructors, fields for latitude and longitude, and methods for manipulation like \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, and \u003ccode\u003eMergeFrom()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Type\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Api.CommonProtos.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe LatLng class implements the \u003ccode\u003eProtobuf.IBufferMessage\u003c/code\u003e interface.\u003c/p\u003e\n"]]],[],null,[]]