Struct apple_bundle::info_plist::app_services::Maps [−][src]
pub struct Maps {
pub directions_application_supported_modes: Option<Vec<DirectionsApplicationSupportedModes>>,
}Expand description
Maps
Fields
directions_application_supported_modes: Option<Vec<DirectionsApplicationSupportedModes>>The modes of transportation for which the app is capable of giving directions.
Availability
- iOS 6.0+
Framework
- Intents
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Mapsimpl UnwindSafe for MapsBlanket Implementations
Mutably borrows from an owned value. Read more