如何摆脱iOS版Google地图上的兴趣点

时间:2015-01-26 10:31:25

标签: ios swift google-maps sdk maps

是否有可能摆脱Google(SDK for iOS)自动分配的兴趣点,如:学校,公司等,在地图上?其中一些标记在下面的屏幕截图中。 marked useless places

3 个答案:

答案 0 :(得分:1)

对于Google地图,您可以使用json样式隐藏

https://developers.google.com/maps/documentation/ios-sdk/hiding-features

答案 1 :(得分:0)

我不知道使用google maps API做到这一点的方法。我建议改用MapKit。

在那里,您可以使用showsPointsOfInterest方法设置是否可以看到兴趣点。

Documentation link

  

当此属性设置为true时,地图会显示图标和标签   适用于餐馆,学校和其他相关景点。该   此属性的默认值为true。

答案 2 :(得分:0)

最简单的方法:

mapView.pointOfInterestFilter = .excludingAll