AxGmap is a simple jQuery plugin that allows you to easily create Google Map, add marker and info window.
View on GitHub : Nouris-Inc/jquery-axgmap
Louvre Museum
Place de la Concorde
Palais Garnier
Louvre Museum
Place de la Concorde
Palais Garnier
Louvre Museum
Place de la Concorde
Palais Garnier
Louvre Museum
Place de la Concorde
Palais Garnier
Attribute | Type | Description |
---|---|---|
data-latlng | lat, lng | The initial Map center. |
data-map-width | number | Map width (px) |
data-map-height | number | Map Height (px) |
data-zoom | number | The initial Map zoom level. |
data-max-zoom | number | The maximum zoom level . |
data-min-zoom | number | The minimum zoom level. |
data-map-type | HYBRID | ROADMAP | SATELLITE | TERRAIN | The initial Map mapType. Defaults to ROADMAP. |
data-draggable | boolean | If false, prevents the map from being dragged. |
data-scrollwheel | boolean | If false, disables scrollwheel zooming on the map. |
data-map-status | boolean | If true, show map status. |
data-map-type-control | boolean | The initial enabled/disabled state of the Map type control. |
data-overview-map-control | boolean | The enabled/disabled state of the Overview Map control. |
data-pan-control | boolean | The enabled/disabled state of the Pan control. |
data-rotate-control | boolean | The enabled/disabled state of the Rotate control. |
data-scale-control | boolean | The initial enabled/disabled state of the Scale control. |
data-street-view-control | boolean | The initial enabled/disabled state of the Street View Pegman control. |
data-zoom-control | boolean | The enabled/disabled state of the Zoom control. |
Attribute | Type | Description |
---|---|---|
data-latlng | lat, lng | Marker position. Defaults to Map center. |
data-title | String | Rollover text. |
data-window-open | Boolean | If true, initial opened the info window. |
data-marker-image | URL | The URL of the marker image |
This plugin is available under the MIT license.