在React-Native-Maps上显示堆积标记

时间:2017-04-06 21:42:13

标签: react-native react-native-maps

当我在同一坐标附近有多个标记时,几乎不可能在两者之间徘徊。有没有办法让#34;粉丝"一旦你靠近就把标记拿出来?

我正在使用看起来像这样的自定义标记:

Markers

<Marker coordinate={{ latitude, longitude, }} onPress={onPress} onSelect={onPress} key={index}>
  <View style={{ borderRadius: 50, height: 15, width: 15, }} />
</Marker>

0 个答案:

没有答案