Home › Forums › MapPress Support › Switching to different POIs on map from article › Reply To: Switching to different POIs on map from article
May 21, 2013 at 5:41 am
#12631
Hi,
If it is a mashup you’re displaying, you can use getPoiById() instead, and pass it the post ID you want (1234 in this example):
mapp0.getPoiById(1234).open(true);
If you’re displaying a map, the POIs are numbered in the order they appear on the map: 0, 1, 2…and so on.