{% set title = 'Google Maps › Geocoding' %} {% set page = 'gmaps-geocoding.html' %} {% extends 'layouts/master.html' %} {% block content %}

Geocoding

Geocoding

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.

Geocoding

You can type the destination address in the form above then the marker will appear on the map according to your address.
{% endblock %} {% block plugins_js %} {% endblock %} {% block page_js %} {% endblock %}