Crate geogetter

source ·
Expand description

§geogetter

geogetter is a simple library that connects to the OpenStreetMap API to retrive all the information about the given string

Structs§

  • Represents the address structure containing administrative, town, county, state, postcode, country, and country code.
  • Represents the location structure containing latitude, longitude, address type, name, display name, address, and bounding box.

Constants§

  • Contains a string that allows identifying the requesting client’s software.

Traits§

  • A data structure that can be deserialized from any data format supported by Serde.
  • A data structure that can be serialized into any data format supported by Serde.

Functions§

  • Asynchronously retrieves location data from OpenStreetMap based on the input string.

Derive Macros§