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

Method latitude

packages/firebase-firestore/index.android.ts:1163–1165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1161 }
1162
1163 get latitude(): number {
1164 return this.native.getLatitude();
1165 }
1166
1167 get longitude(): number {
1168 return this.native.getLongitude();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected