[[["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 2023-04-26 UTC."],[[["Represents a geographic point on Earth using latitude and longitude coordinates."],["The `GeoPoint` class accepts `latitude` (between -90 and 90 degrees) and `longitude` (between -180 and 180 degrees) as arguments."],["It can raise `TypeError` if invalid parameter types are provided or `ValueError` if any parameter value falls out of bounds."],["The class contains accessible `latitude` and `longitude` attributes to retrieve the corresponding values."],["It also features a `__eq__` method for comparing `GeoPoint` instances."]]],[]]