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."],[[["LatLng is a class representing a latitude/longitude pair, expressed as doubles for degrees."],["LatLng conforms to the WGS84 standard, with normalized ranges for latitude (-90.0 to +90.0) and longitude (-180.0 to +180.0)."],["The LatLng class includes constructors, fields for latitude and longitude, and methods for manipulation like `Clone()`, `Equals()`, and `MergeFrom()`."],["The class is part of the `Google.Type` namespace within the `Google.Api.CommonProtos.dll` assembly."],["The LatLng class implements the `Protobuf.IBufferMessage` interface."]]],[]]