Function geocode

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