Struct egg_mode::place::SearchResult [] [src]

pub struct SearchResult {
    pub url: String,
    pub results: Vec<Place>,
}

Represents the result of a location search, either via reverse_geocode or search.

Fields

The full URL used to pull the result list. This can be fed to the _url version of your original call to avoid having to fill out the argument list again.

The list of results from the search.