Hi all,
I am trying to have a customized map callout without the callout "leader" (as shown in below picture). In the runtime SDK for Java, we can achieve this by
style.setLeaderLength(0);
style.setLeaderWidth(0);
However, in both 100 and 200 versions of SDK for iOS, I cannot find a way to do the same thing. Does anyone know if there is actually a way to do this? Or it is just not possible for iOS.
Thanks
