Trait lta::blocking::geo::GeoRequests

source ·
pub trait GeoRequests<C: Client + ClientExt> {
    // Required method
    fn get_geospatial_whole_island(
        client: &C,
        id: GeospatialLayerId
    ) -> LTAResult<Vec<String>>;
}

Required Methods§

source

fn get_geospatial_whole_island( client: &C, id: GeospatialLayerId ) -> LTAResult<Vec<String>>

Returns the SHP files of the requested geospatial layer

Update Freq: Adhoc

Object Safety§

This trait is not object safe.

Implementors§