voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
21 lines (13 loc) • 554 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [lite](./firestore_lite.md) > [GeoPoint](./firestore_lite.geopoint.md) > [toJSON](./firestore_lite.geopoint.tojson.md)
## GeoPoint.toJSON() method
Returns a JSON-serializable representation of this GeoPoint.
<b>Signature:</b>
```typescript
toJSON(): {
latitude: number;
longitude: number;
};
```
<b>Returns:</b>
{ latitude: number; longitude: number; }