Home > @firebase/firestore > lite > GeoPoint > toJSON
GeoPoint.toJSON() method
Returns a JSON-serializable representation of this GeoPoint.
Signature:
toJSON(): {
latitude: number;
longitude: number;
};
Returns:
Home > @firebase/firestore > lite > GeoPoint > toJSON
Returns a JSON-serializable representation of this GeoPoint.
Signature:
toJSON(): {
latitude: number;
longitude: number;
};
Returns: