Trait MKGeoJSONObject

Source
pub unsafe trait MKGeoJSONObject: NSObjectProtocol { }
๐Ÿ‘ŽDeprecated: icrate::MapKit has been moved to objc2-map-kit
Available on crate feature MapKit only.

Trait Implementationsยง

Sourceยง

impl ProtocolType for dyn MKGeoJSONObject

Sourceยง

const NAME: &'static str = "MKGeoJSONObject"

The name of the Objective-C protocol that this type represents.
Sourceยง

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Sourceยง

impl<T> ImplementedBy<T> for dyn MKGeoJSONObject

Implementations on Foreign Typesยง

Sourceยง

impl<T> MKGeoJSONObject for ProtocolObject<T>
where T: ?Sized + MKGeoJSONObject,

Implementorsยง

Sourceยง

impl MKGeoJSONObject for MKGeoJSONFeature

Available on crate feature MapKit_MKGeoJSONFeature only.
Sourceยง

impl MKGeoJSONObject for MKMultiPoint

Available on crate feature MapKit_MKMultiPoint only.
Sourceยง

impl MKGeoJSONObject for MKMultiPolygon

Available on crate feature MapKit_MKMultiPolygon only.
Sourceยง

impl MKGeoJSONObject for MKMultiPolyline

Available on crate feature MapKit_MKMultiPolyline only.
Sourceยง

impl MKGeoJSONObject for MKPointAnnotation

Available on crate feature MapKit_MKPointAnnotation only.
Sourceยง

impl MKGeoJSONObject for MKPolygon

Available on crate feature MapKit_MKPolygon only.
Sourceยง

impl MKGeoJSONObject for MKPolyline

Available on crate feature MapKit_MKPolyline only.