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

Function GeojsonMap

example/src/examples/Geojson.tsx:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16};
17
18const GeojsonMap = () => (
19 <MapView style={{...StyleSheet.absoluteFillObject}}>
20 <Geojson geojson={myPlace} />
21 </MapView>
22);
23
24export default GeojsonMap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…