-
Custom POI zoom level
I noticed that customPOIs now act like Map POIs and their zoom levels ..
Previously CustomPOIS were visible, for instance, at zoom level 10 .. now only at 16+ ..
How can I restore behavior of CustomPOIs to previous ? I need them to be visible and work like Annotations. The only difference is that I need that cluster grouping what Annotations can not do.
I'm using these two textures to customize their look ..
SKMapCustomPOI.SKPoiType.SK_POI_TYPE_LOCAL_SEARCH
SKMapCustomPOI.SKPoiType.SK_POI_TYPE_RECENTS
in style json I've modified this:
"texturelocation" : [ 0, 5 ],
"textureid" : 30,
"texturename" : "recent",
"textureid" : 31,
"texturelocation" : [ 2, 6 ],
"texturename" : "default",
Of course, I see where to change zoom levels, but then Map POIs with the same categories, for example, all restaurants become visible as well ..
Any ideas?
Thanks
-
Let us check with our developers
-
-
No update yet.
[Update- 17.08.2016]:
We couldn't reproduce this issue, custom POIs are visible at zoom level 10+ as you can see in the video that's illustrating this scenario: https://www.dropbox.com/s/qxkm1z93vf...07_59.mp4?dl=0
The code snippet that we used:
SKMapCustomPOI customPOI = new SKMapCustomPOI();
customPOI.setUniqueID(23);
customPOI.setLocation(poiCoordinates);
customPOI.setPoiType(SKMapCustomPOI.SKPoiType.SK_P OI_TYPE_LOCAL_SEARCH);
customPOI.setCategory(SKPOICategory.SKPOI_CATEGORY _AIRPORT);
mapView.addCustomPOI(customPOI);
Please check again using the latest build from our website and let us know if you're still experiencing this issue (send us a demo project)
Last edited by Adela_Silvia; 17.08.2016 at 15:54.
-
Yes, this works!
But try other category - customPOI.setCategory(SKPOICategory.SKPOI_CATEGORY _RESTAURANT); and you'll see that only on high zoom level Custom POI appears.
Also I don't get it - why ios has minZoomLevel setting, but Android don't ?
http://developer.skobbler.com/docs/a...CustomPOI.html
https://developer.skobbler.com/docs/...CustomPOI.html
-
Any chance of getting feedback on this? What should I do?
-
Dev platform evangelist
We've update the SKMapCustomPOI class to also included a minZoomLevel property - it will be available with the next release 3.0.2
For 3.0.1 you have to use one of the categories/type combinations that work.
-
is there any approximate date for 3.0.2 ?
-
Hi, any news about this?
I already transformed all my SKAnnoation back to SKCustomPOI .. waiting for min zoom level feature on Android.
iOS working great.
thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks