UNPKG

voluptasmollitia

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