MCPcopy Index your code
hub / github.com/react-native-maps/react-native-maps / getMarkersFrames

Method getMarkersFrames

src/specs/NativeAirMapsModule.ts:28–28  ·  view source on GitHub ↗
(tag: Double, onlyVisible: boolean)

Source from the content-addressed store, hash-verified

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

Callers 3

logFramesMethod · 0.65
getMarkersFramesMethod · 0.65
getMarkersFramesFunction · 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