MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps / takeSnapshot

Method takeSnapshot

src/specs/NativeAirMapsModule.ts:30–30  ·  view source on GitHub ↗
(tag: Double, config: string)

Source from the content-addressed store, hash-verified

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>;

Callers 3

takeSnapshotMethod · 0.65
takeSnapshotMethod · 0.65
takeSnapshotFunction · 0.65

Implementers 2

NativeAirMapsModuleSpecandroid/src/main/java/com/facebook/fbr
NativeAirMapsModuleandroid/src/main/java/com/rnmaps/fabri

Calls

no outgoing calls

Tested by

no test coverage detected