Class: Crawlora::GeocodingGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeGeocodingGroup

Returns a new instance of GeocodingGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


169
# File 'sig/crawlora.rbs', line 169

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#lookupObject

Parameters:

  • osm_ids: (String)
  • accept_language: (String)
  • addressdetails: (Boolean)
  • extratags: (Boolean)
  • namedetails: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


170
# File 'sig/crawlora.rbs', line 170

def lookup: (?osm_ids: String, ?accept_language: String, ?addressdetails: bool, ?extratags: bool, ?namedetails: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#reverseObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • zoom: (Integer)
  • accept_language: (String)
  • addressdetails: (Boolean)
  • extratags: (Boolean)
  • namedetails: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


171
# File 'sig/crawlora.rbs', line 171

def reverse: (?lat: Float, ?lon: Float, ?zoom: Integer, ?accept_language: String, ?addressdetails: bool, ?extratags: bool, ?namedetails: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • q: (String)
  • street: (String)
  • city: (String)
  • county: (String)
  • state: (String)
  • country: (String)
  • postalcode: (String)
  • limit: (Integer)
  • countrycodes: (String)
  • accept_language: (String)
  • addressdetails: (Boolean)
  • extratags: (Boolean)
  • namedetails: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


172
# File 'sig/crawlora.rbs', line 172

def search: (?q: String, ?street: String, ?city: String, ?county: String, ?state: String, ?country: String, ?postalcode: String, ?limit: Integer, ?countrycodes: String, ?accept_language: String, ?addressdetails: bool, ?extratags: bool, ?namedetails: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped