Platforms to show: All Mac Windows Linux Cross-Platform
MKOverlayViewMBS class
Type | Topic | Version |
class | MapKit | 14.1 |
Notes:
An overlay view provides the visual representation of an overlay object—that is, an object that conforms to the MKOverlay protocol. This class defines the drawing infrastructure used by the map view but does not do any actual drawing.
The Map Kit framework provides several concrete instances of overlay views. Specifically, it provides overlay views for each of the concrete overlay objects. You can use one of these existing overlay views or define your own subclass if you want to draw the overlay contents differently.
- property Overlay as Variant
- method Constructor(Overlay as Variant)
This class has no sub classes.
Some methods using this class:
- MKMapViewMBS.viewForOverlay(overlay as MKPolylineMBS) as MKOverlayViewMBS
Some events for this class:
- MapKitViewControlMBS.didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as MKOverlayViewMBS)
- MapKitViewControlMBS.viewForOverlay(mapView as MKMapViewMBS, overlay as Variant) as MKOverlayViewMBS
Some examples which use this class:
Blog Entries
Links
MBS Xojo tutorial videos