(tag: Double, config: string)
| 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>; |
| 32 | getPointForCoordinate(tag: Double, coordinate: LatLng): Promise<Point>; |
| 33 | getCoordinateForPoint(tag: Double, point: Point): Promise<LatLng>; |
no outgoing calls
no test coverage detected