-
-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Description
`
import * as React from 'react';
import {
BaiduMapManager,
MapView,
Overlay,
MapApp,
} from 'react-native-baidu-map';
const {Marker, Cluster, Arc, Circle, Polyline, Polygon, InfoWindow, HeatMap} = Overlay;
export const Map = props => {
return (
<MapView
width={'100%'}
height={'100%'}
zoom={14}
trafficEnabled={true}
zoomControlsVisible={true}
mapType={4}
center={{longitude: 118.8, latitude: 32.0}}>
);
};
`
Metadata
Metadata
Assignees
Labels
No labels