pub async fn geocode(
configuration: &Configuration,
text: &str,
language: Option<&str>,
) -> Result<Vec<Match>, Error<GeocodeError>>
pub async fn geocode(
configuration: &Configuration,
text: &str,
language: Option<&str>,
) -> Result<Vec<Match>, Error<GeocodeError>>