UNPKG

voluptasmollitia

Version:
21 lines (13 loc) 554 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [GeoPoint](./firestore_lite.geopoint.md) &gt; [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; }