# Custom map marker

Our plugin provides two ways to show custom markers on the storefront map. Image extension support is supported, but limited, to .png, .jpg and .svg. Note that the map marker will be given the size of the image size. You will have to resize it in order to make it the desired size.

# Default custom marker

First, you can configure custom markers from the plugin configuration. This custom marker will be used for all stores in your shop.

# Specific custom marker

Do you need a way to show a specific marker for a store? Then, you can add a marker to the store detail page. This will override the 'Default custom marker' from above. You can add a different icon for every store if you want.

# Map zoom

Our plugin provides a way to set the amount of zoom. There are two different settings, one for the initial zoom when showing all markers and another for the zoom when focussed on a single marker.

# Setting a the amount of zoom

The intial zoom and 'on focus' zoom can be set in the plugin configuration. Both settings require a value between 0 - 18. More information about zoom levels can be found in https://developers.google.com/maps/documentation/maps-static/start#Zoomlevels