Fork me on GitHub
Show:

GeocodeServiceInterface

Summary

Looks up latLon coordinates for named locations

Constructor

aeris.geocode.GeocodeServiceInterface

Syntax

aeris.geocode.GeocodeServiceInterface

()

Summary

Item Index

Methods

Methods

geocode

Syntax

geocode

(
  • location
)
Promise

Summary

Parameters:

  • location String

    The location to geocode.

Returns:

Promise:

A promise to return a lat/lon for the geocoded location.