(tag: Double, onlyVisible: boolean)
| 26 | export interface Spec extends TurboModule { |
| 27 | getCamera(tag: Double): Promise<Camera>; |
| 28 | getMarkersFrames(tag: Double, onlyVisible: boolean): Promise<unknown>; |
| 29 | getMapBoundaries(tag: Double): Promise<MapBoundaries>; |
| 30 | takeSnapshot(tag: Double, config: string): Promise<string>; |
| 31 | getAddressFromCoordinates(tag: Double, coordinate: LatLng): Promise<Address>; |
no outgoing calls
no test coverage detected