MCPcopy Create free account
hub / github.com/NativeScript/firebase / latitude

Method latitude

packages/firebase-firestore/index.ios.ts:1036–1038  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1034 }
1035
1036 get latitude(): number {
1037 return this.native.latitude;
1038 }
1039
1040 get longitude(): number {
1041 return this.native.longitude;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected