Fork me on GitHub
Show:

AerisGeocodeService

Summary

Uses the Aeris API /places endpoint to lookup a lat/lon coordinate from a place name.

Constructor

aeris.geocode.AerisGeocodeService

Syntax

aeris.geocode.AerisGeocodeService

(
  • opt_options.PlaceApi
)

Summary

Parameters:

  • opt_options.PlaceApi function():Place

    aeris.api model used to query the Aeris API.

Methods

createGeocodeErrorResponse_

Syntax

createGeocodeErrorResponse_

(
  • apiResponseError
)
private

Summary

Parameters:

createGeocodeSuccessResponse_

Syntax

createGeocodeSuccessResponse_

(
  • apiResponseData
)
private

Summary

Parameters:

geocode

Syntax

geocode

(
  • location
)

Summary

Parameters:

Properties

PlaceApi_

Syntax

PlaceApi_

function():aeris.api.models.Place private

Summary