{% set title = 'Google Maps › Draggable Marker' %} {% set page = 'gmaps-draggable-marker.html' %} {% extends 'layouts/master.html' %} {% block content %}

Draggable Marker

Draggable Marker

Here is a simple example using the map, we use the plugin gmaps.js made by @hpneo. You can learn more about this plugin here.

Draggable Marker

You can drag the marker, change the value of longitude and latitude at the above input and click on the desired position on the map to change the position of the marker.
{% endblock %} {% block plugins_js %} {% endblock %} {% block page_js %} {% endblock %}