<MapView>
<MapView.Cricle
center={{ latitude: 39, longitude: 113 }}
radius={10000}
strokeWidth={2}
strokeColor="rgba(0, 0, 255, 0.5)"
fillColor="rgba(255, 0, 0, 0.5)"
/>
</MapView>
圆点坐标
半径,单位(米)
边框宽度
边框颜色
填充颜色
<MapView>
<MapView.Cricle
center={{ latitude: 39, longitude: 113 }}
radius={10000}
strokeWidth={2}
strokeColor="rgba(0, 0, 255, 0.5)"
fillColor="rgba(255, 0, 0, 0.5)"
/>
</MapView>
圆点坐标
半径,单位(米)
边框宽度
边框颜色
填充颜色