Home
last modified time | relevance | path

Searched refs:ExpoMap (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-maps/build/
H A DMap.d.ts21 export declare class ExpoMap extends React.Component<ExpoMapViewProps> { class
24 mapView: React.RefObject<ExpoMap>;
H A DMap.types.d.ts10 import { ExpoMap, OnMapPressEvent } from './Map';
380 export type NativeExpoGoogleMapsViewProps = ViewProps & React.RefAttributes<ExpoMap> & PropsWithChi…
384 export type NativeExpoAppleMapsViewProps = ViewProps & React.RefAttributes<ExpoMap> & PropsWithChil…
H A DOverlay.js.map1 …Maps library.\n *\n * Draws custom ground overlays on ExpoMap.\n * This component should be ExpoMa…
H A DCircle.js.map1 …mizable flat circle on ExpoMap.\n * Drawn circle does not follow curvature of the Earth.\n *\n * T…
H A DMarker.js.map1 …po Maps library.\n *\n * Draws customizable marker on ExpoMap.\n * This component should be ExpoMa…
H A DKML.js.map1 … *\n * Displays data provided in .kml file.\n * This component should be ExpoMap component child t…
H A DPolygon.js.map1 …o Maps library.\n *\n * Draws customizable polygon on ExpoMap.\n * This component should be ExpoMa…
H A DCluster.js.map1 … as this component children in cluster.\n *\n * This component should be ExpoMap component child t…
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DCirclesExample.tsx11 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider}>
19 </Maps.ExpoMap>
H A DKMLExample.tsx12 <Maps.ExpoMap
23 </Maps.ExpoMap>
H A DHeatmapsExample.tsx12 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider}>
22 </Maps.ExpoMap>
H A DOverlaysExample.tsx11 <Maps.ExpoMap
28 </Maps.ExpoMap>
H A DGeoJsonExample.tsx12 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider}>
30 </Maps.ExpoMap>
H A DPolylinesExample.tsx11 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider}>
32 </Maps.ExpoMap>
H A DPolygonsExample.tsx11 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider}>
41 </Maps.ExpoMap>
H A DMarkersExample.tsx12 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider}>
54 </Maps.ExpoMap>
H A DGoogleMapsStylingExample.tsx8 <Maps.ExpoMap
H A DTrafficExample.tsx15 <Maps.ExpoMap
H A DPOIExample.tsx10 const ref = useRef<Maps.ExpoMap>(null);
26 <Maps.ExpoMap
H A DMapTypesExample.tsx16 <Maps.ExpoMap style={{ flex: 1, width: '100%' }} provider={provider} mapType={mapType} />
H A DMapMoveExample.tsx19 const ref = useRef<Maps.ExpoMap>(null);
35 <Maps.ExpoMap
H A DGesturesExample.tsx18 <Maps.ExpoMap
H A DControlsExample.tsx20 <Maps.ExpoMap
H A DCallbacksExample.tsx155 <Maps.ExpoMap
262 </Maps.ExpoMap>
/expo/packages/expo-maps/src/
H A DMap.types.ts19 import { ExpoMap, OnMapPressEvent } from './Map';
462 React.RefAttributes<ExpoMap> &
487 React.RefAttributes<ExpoMap> &

12