[[["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 2021-06-17 UTC."],[],[],null,["Firebase.Firestore.GeoPoint\n\nImmutable struct representing a geographic location in Cloud [Firestore](/docs/reference/unity/namespace/firebase/firestore#namespace_firebase_1_1_firestore).\n\nSummary\n\nInheritanceInherits from: IEquatable\\\u003c GeoPoint \\\u003e\n\nProperties \n\nLatitude \n\n```c#\ndouble Firebase::Firestore::GeoPoint::Latitude\n``` \nThe latitude, in degrees, in the range -90 to 90 inclusive. \n\nLongitude \n\n```c#\ndouble Firebase::Firestore::GeoPoint::Longitude\n``` \nThe longitude, in degrees, in the range -180 to 180 inclusive.\n\nPublic functions \n\nEquals \n\n```c#\noverride bool Firebase::Firestore::GeoPoint::Equals(\n object obj\n)\n``` \n\nEquals \n\n```c#\nbool Firebase::Firestore::GeoPoint::Equals(\n GeoPoint other\n)\n``` \n\nGeoPoint \n\n```c#\n Firebase::Firestore::GeoPoint::GeoPoint(\n double latitude,\n double longitude\n)\n``` \nCreates a new value using the provided latitude and longitude values.\n\n\u003cbr /\u003e\n\nGetHashCode \n\n```c#\noverride int Firebase::Firestore::GeoPoint::GetHashCode()\n``` \n\nToString \n\n```c#\noverride string Firebase::Firestore::GeoPoint::ToString()\n``` \n\nPublic static functions \n\noperator!= \n\n```c#\nbool Firebase::Firestore::GeoPoint::operator!=(\n GeoPoint lhs,\n GeoPoint rhs\n)\n``` \nOperator overload to compare two [GeoPoint](/docs/reference/unity/struct/firebase/firestore/geo-point#struct_firebase_1_1_firestore_1_1_geo_point) values for inequality.\n\n\u003cbr /\u003e\n\noperator== \n\n```c#\nbool Firebase::Firestore::GeoPoint::operator==(\n GeoPoint lhs,\n GeoPoint rhs\n)\n``` \nOperator overload to compare two [GeoPoint](/docs/reference/unity/struct/firebase/firestore/geo-point#struct_firebase_1_1_firestore_1_1_geo_point) values for equality.\n\n\u003cbr /\u003e"]]