Reply To: Switching to different POIs on map from article

Home Forums MapPress Support Switching to different POIs on map from article Reply To: Switching to different POIs on map from article

#12631
Chris
Keymaster

    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.