Searched refs:ExpoMapState (Results 1 – 6 of 6) sorted by relevance
3 import { ExpoMapState, ExpoMapViewProps } from './Map.types';22 state: ExpoMapState;29 componentDidUpdate(_: any, prevState: ExpoMapState): void;
408 export type ExpoMapState = Markers & Polygons & Polylines & Circles & Clusters & KMLs & GeoJsons & … alias
1 …ExpoMapState, ExpoMapViewProps } from './Map.types';\nimport {\n NativeExpoAppleMapsView,\n Nati…
1 …n Gestures &\n CameraPosition &\n Traffic &\n POI;\n\nexport type ExpoMapState = Markers &\n …
6 import { DefaultNativeExpoMapViewProps, ExpoMapState, ExpoMapViewProps } from './Map.types';62 state: ExpoMapState = {115 componentDidUpdate(_, prevState: ExpoMapState) {
552 export type ExpoMapState = Markers & alias