Class: Crawlora::GeocodingGroup
- Inherits:
-
Object
- Object
- Crawlora::GeocodingGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ GeocodingGroup
constructor
A new instance of GeocodingGroup.
- #lookup ⇒ Object
- #reverse ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ GeocodingGroup
Returns a new instance of GeocodingGroup.
169 |
# File 'sig/crawlora.rbs', line 169
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#lookup ⇒ 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
|
#reverse ⇒ 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
|
#search ⇒ 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
|