Fork me on GitHub
Show:

AerisGeolocateService

Summary

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

Constructor

aeris.geolocate.AerisGeolocateService

Syntax

aeris.geolocate.AerisGeolocateService

(
  • opt_options.PlaceApi
)

Summary

Parameters:

  • opt_options.PlaceApi function():Place

    aeris.api model used to query the Aeris API.

Methods

createGeolocateErrorResponse_

Syntax

createGeolocateErrorResponse_

(
  • apiResponseError
)
private

Summary

Parameters:

createGeolocateSuccessResponse_

Syntax

createGeolocateSuccessResponse_

(
  • apiResponseData
)
private

Summary

Parameters:

geolocate

Syntax

geolocate

(
  • location
)

Summary

Parameters:

watchPosition

Syntax

watchPosition

()

Summary

Not currently supported.

Properties

PlaceApi_

Syntax

PlaceApi_

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

Summary