object Geocoder

Factory for com.koddi.geocoder.Geocoder instances.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Geocoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val API_PARAM_ADDRESS: String
  5. val API_PARAM_BOUNDS: String
  6. val API_PARAM_COMPONENTS: String
  7. val API_PARAM_KEY: String
  8. val API_PARAM_LANGUAGE: String
  9. val API_PARAM_LATLNG: String
  10. val API_PARAM_LOCATION_TYPE: String
  11. val API_PARAM_PLACE_ID: String
  12. val API_PARAM_REGION: String
  13. val API_PARAM_RESULT_TYPE: String
  14. val API_URL: String
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def create(key: String, parameters: Option[Parameters] = None): Geocoder

    Create a Geocoder with a given API Key

    Create a Geocoder with a given API Key

    key

    the API key created by the Geo API server

    returns

    a new Geocoder instance with requests bound to the provided api key

  18. def create(parameters: Parameters): Geocoder

    Creates an anonymous Geocoder without an API key

  19. def create(): Geocoder

    Creates an anonymous Geocoder without an API key or extra parameters

  20. def createAsync(key: String, parameters: Option[Parameters] = None): AsyncGeocoder

    Create an AsyncGeocoder with a given API Key

    Create an AsyncGeocoder with a given API Key

    key

    the API key created by the Geo API server

    returns

    a new AsyncGeocoder instance with requests bound to the provided api key

  21. def createAsync(parameters: Parameters): AsyncGeocoder

    Create an AsyncGeocoder without an API key

  22. def createAsync(): AsyncGeocoder
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped