BDPointOverlayRendererFactory

@interface BDPointOverlayRendererFactory : NSObject

@brief Produces MapKit overlay renderers for @ref BDFenceInfo and @ref BDBeaconInfo overlays.

General workflow for using this class is shown in the BDPoint example application source-code on GitHub.

  • Undocumented

    Declaration

    Objective-C

    + (instancetype)sharedInstance;
  • Produces a renderer for MKMapView overlays that were added by the methods in @ref MKMapView(BDPointSDK). General workflow for acquiring and using this

    Declaration

    Objective-C

    - (MKOverlayRenderer *)rendererForOverlay:(id<MKOverlay>)pointOverlay;
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)isPointOverlay:(id<MKOverlay>)overlay;