Implements

Constructors

Properties

CATEGORY: string = 'Geo'
PROVIDER_NAME: string = 'AmazonLocationService'

Methods

  • get the category of the plugin

    Returns string

    name of the category

  • get provider name of the plugin

    Returns string

    name of the provider

  • Reverse geocoding search via a coordinate point on the map

    Parameters

    Returns Promise<Place>

    • Promise that resolves to a place matching search coordinates
  • Search by text input with optional parameters

    Parameters

    • text: string

      The text string that is to be searched for

    • Optional options: SearchByTextOptions

      Optional parameters to the search

    Returns Promise<Place[]>

    • Promise resolves to a list of Places that match search parameters