public sealed class LatLng : IMessage<LatLng>, IEquatable<LatLng>, IDeepCloneable<LatLng>, IBufferMessage, IMessage
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 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."],["This class conforms to the WGS84 standard and ensures values are within normalized ranges."],["The LatLng class has properties for latitude and longitude, which must be within the ranges of \\[-90.0, +90.0] and \\[-180.0, +180.0], respectively."],["LatLng has methods to calculate size, clone, and check equality, along with methods for merging and writing data to streams."],["The class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing various functionalities."]]],[]]