Show places/locations by using tag
- You can add tag by using this function
map.Tags.add('temple', { visibleRange: { min: 12, max: 20 }, icon: { url: 'http://mmmap15.longdo.com/mmmap/images/icons_big/temple.png' }});
How to use tag functionmap.Tags.add(TAGS, OPTIONS);
- TAGS: Tags eg. hotel, school
- OPTIONS: (optional)
- visibleRange: Visible range
- icon: Icon or 'big' keyword for big default icons
- Remove tag
map.Tags.remove('hotel');
- Clear all tags in collection
map.Tags.clear();
- Allow to click the icon on the map
map.Tags.add('%', { visibleRange:{min:19, max:20} });
* visisible range is 19-20 only