[[["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."],[[["`GeoPoint` represents a geographic location using latitude and longitude coordinates on the Earth's surface."],["It inherits several methods from the `Object` class, including `clone`, `equals`, `hashCode`, and more."],["The `GeoPoint` class has a constructor that takes double values for latitude and longitude as input."],["`getLatitude()` and `getLongitude()` methods allow access to the latitude and longitude values of the `GeoPoint` respectively."],["The `toString()` method, which is overridden from `Object`, is available to represent the `GeoPoint` as a string."]]],[]]