Skip to content Skip to sidebar Skip to footer

How To Modify A Skobbler Annotation Without Re Adding It

I have to modify the image of a SKAnnotation. Annotation builder code: private SKAnnotation getAnnotationFromView (int id,int minZoomLvl, View view) { SKAnnotation annotation =

Solution 1:

Unfortunately no.

There is an inconsistency in the implementation (we'll address that in a future update) that allows one to reposition only annotations with the icon taken from an file.

If you'd like to reposition an (any) annotation you could/should remove it and add it again.

If you'd like to change the icon/view - then the updateAnnotation API should do the job

Post a Comment for "How To Modify A Skobbler Annotation Without Re Adding It"