[[["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-03-05 UTC."],[[["`GeoPt` is a class representing a geographical point using latitude and longitude coordinates, commonly used for mapping applications."],["This class implements `Serializable` and `Comparable\u003cGeoPt\u003e`, allowing for object serialization and comparison between `GeoPt` instances."],["`GeoPt` objects can be constructed using a constructor, `GeoPt(float latitude, float longitude)`, requiring latitude and longitude values within the ranges of -90 to 90 and -180 to 180 respectively."],["The `compareTo` method allows `GeoPt` instances to be sorted first by latitude and then by longitude."],["Static fields `EARTH_RADIUS_METERS` and `serialVersionUID` are available as class constants."]]],[]]