View Single Post
07/28/15, 01:02 AM   #25
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by Fyrakin View Post
Well, I wouldn't recommend doing this too often if you have many custom pins, the callback will force all add-ons to refresh pins on the map and if you also use minimap - there as well.
This is why one should check the return value to know if the notification callback is necessary at all.
And, depending on where and when you want to do this, one should check if the user is currently browsing the world map with:
ZO_WorldMap_IsWorldMapShowing()