BDPMKShape

@protocol BDPMKShape <NSObject>

@brief Any object which can return a MapKit shape representing its inherent geometry.

This is implemented by the @ref BDBoundingBox “box”, @ref BDCircle “circle”, @ref BDPolygon “polygon” and @ref BDLineString “line-string” geometries, to assist with their rendering in MapKit map views.

  • Deprecated

    First deprecated in 1.13 - use method applicationContainsDisabledZone:completion: instead

    @deprecated First deprecation in PointSDK v1.13. Please consider to implement map overlays renderrer in your project.

    Declaration

    Objective-C

    - (MKShape *)shape;