Loading...

Geocode example

Aeris.js

An aeris.geocode.GeocodeServiceInterface allows you to convert a named location to a latitude/longitude coordinate. Aeris.js provides wrappers around the Google Maps Geocoding Service, as well the MapQuest Geocode API

By providing multiple implementations of single interface, Aeris.js allows you to easily switch between geocoding services, without affecting other code.

To get started enter a place name in search input, then click the "Geocode" button.

Having trouble?
Make sure you've created a apikeys.js file, with a valid MapQuest API key.