Available parameters


Nested Options Name Type Description
pluginStyle string Add class to element we call the script
paginationStyle integer Change pagination style, value 1 or 2
preloader boolean Enable/Disable preloader to plugin body.
json string Add json file

EXAMPLE:

How it looks?

Pagination - type 1

Pagination – type 1

Pagination - type 2

Pagination – type 2

MAP
center array, integer Center map on longitude and latitude.
MapType google map method Type of the map, MapTypeId.ROADMAP, MapTypeId.SATELLITE, MapTypeId.HYBRID, MapTypeId.TERRAIN
disableDefaultUI boolean Disable default google maps UI.
mapStyle array Add custom map style.
draggable boolean Drag event to the map.
disableDoubleClickZoom boolean Disable DB click zoom on the map.
maxZoom integer Set max zoom to map.
minZoom integer Set min zoom to map.
scrollwheel boolean Zoom with mouse scrollwheel.
Zoom integer Set zoom to map.
allMarkersInViewport boolean Set viewport to fit all markers.

EXAMPLE:

infoBubble
visible boolean Enable/disable infoBubble(infoWindow).
padding integer Add padding to infoBubble main container.
borderRadius integer Add border radius to infoBubble main container.
borderWidth integer Add border width radius to infoBubble main container.
borderColor string Add border color to infoBubble main container.
backgroundColor string Add color to infoBubble main container.
shadowStyle integer Pick shadow style, value 0, 1 or 2.
minHeight integer Add min height to infoBubble main container.
maxHeight integer Add max height to infoBubble main container.
minWidth integer Add min width to infoBubble main container.
maxWidth integer Add max height to infoBubble main container.
arrowStyle integer Change arrow style, value 0, 1, 2.
arrowSize integer Size of arrow.
arrowPosition integer Position of arrow.
hideCloseButton boolean Show/hide close button.
closeSrc string Path to closeButton icon.
disableAutoPan boolean Enable/Disable auto pan to element.
markersIcon string Add path to marker image.
getDirectionsButton boolean Enable/Disable directions to location
getDirectionsButtonName string Name of directions button.
directionsUseGeolocation boolean Directions by geolocation, if false directions are calculated by adding some location in searchbox.

EXAMPLE:

Info bubble content

Info bubble content

MARKER
latlng array, integer Add lat and lng where will be the marker on map.
title string Data for infowindow.
street string Data for infowindow.
zip string Data for infowindow.
city string Data for infowindow.

EXAMPLE:

CLUSTER
enable boolean Enable/disable marker clustering.
gridSize integer The grid size of a cluster in pixels. The grid is a square.
maxZoom integer Max zoom where cluster is active.
style{
fontFamily string Cluster font.
fontStyle string Style of the font(inherit, italic, normal, oblique)
textColor string Color of the text.
fontWeight string Same as css.
textSize integer Size of the text.
heightSM, heightMD, heightBIG integer Height of small, medium and big cluster.
widthSM, widthMD, widthBIG integer Width of small, medium and big cluster
iconSmall, iconMedium, iconBig string Path to icon for all cluster size.

EXAMPLE:

SIDEBAR
visible boolean Enable/disable sidebar.
selectSection
visible boolean Enable/disable json multiple files.
pathToJSONDirectory boolean Path to JSON directory
difFiles array, string [[“selectText1”, “selectValue1”], [“selectText2”, “selectValue2”]]. It’s for multiple json file. In “selectText” you input what you want to display in select option, “selectValue” is for name of the json file that will be loaded when user pick it.
fileTypes string File types, json or php.
searchBox:
findPlaceBy string Search locations by cities or regions.
searchByCountry array Filter by country. To enable you need to change value for true. Country use ISO 3166-1 Alpha-2 country code. More information you can find here.
visible boolean Enable/disable search box.
search boolean Enable/disable search on displayed markers.
searchRadius integer Radius of the search in km.
results
visibleInFirstPage boolean Enable/disable marker buttons on first page.
pageSize integer Results items per page.
currenPage integer Active results page.
paginationItems integer Pagination items per page.
 (NEW) sort ascending, descending or false. Set order of the results