Legacy (OIder) Layout (v9)
Map Features

Using GET variables to Control your Map

6min
overview this article covers linking to a marker from another page with the wp go maps pro add on setup prerequisites the following plugin/s need to be installed and active wp go maps wp go maps pro add on identifying destination map parameters if you’d like to link to one of your maps, centered on a specific marker, from another web page you can use get variables in a link to call and control your map when loaded, the map will center on that marker’s location and the zoom level will be changed if you set that variable as well note that the receiving page must include a map (can be either a shortcode or a widget) to create your link you’ll need the marker id for the marker you want to be centered on the map you can find the marker id by opening the map containing the marker wp go maps > maps (edit your chosen map) > scroll to the bottom of the map editor now that you have your marker id, you are ready to create the link to open the map map called with get variables usage example https //www yoursite com/test get variables/?markerid=11\&mzoom=12 the following get variables can be assigned markerid the id of the marker once set, the map will automatically centre on this marker’s location and the infowindow will open mzoom the zoom level (0 – 21) once set, the map will zoom to this level