Skobbler add custom POIs to heatmap

独自空忆成欢 提交于 2019-12-23 21:00:51

问题


I'm looking for a way to add POIs to SKMapView heat map which are generated from my app. In the example provided with SDK there's only a way to show categories from internal data source.

I looked at category from SKMaps SDK and there're only two methods:

@interface SKMapView (HeatMaps)

- (void)showHeatMapWithPOIType:(NSArray *)poiTypes;
- (void)clearHeatMap;

@end

Also I have another question: how to set minimal and maximal zoom level for heat maps?

As an alternative I'm looking for a way to add custom overlay like in Apple Maps:

[self.mapView addOverlay:self.heatMap];

回答1:


Currently heat maps work only with OSM POI types - generating heat maps from a custom POI data set is on the roadmap in the second part of 2015



来源:https://stackoverflow.com/questions/28323245/skobbler-add-custom-pois-to-heatmap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!