quodolores
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 427 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) > [latitude](./firestore_lite.geopoint.latitude.md)
## GeoPoint.latitude property
The latitude of this `GeoPoint` instance.
<b>Signature:</b>
```typescript
get latitude(): number;
```