Platforms to show: All Mac Windows Linux Cross-Platform
/MacFrameworks/MapKit/MapKit iOS
Last modified Mon, 20th Dec 2020.
You find this example project in your MBS Xojo Plugin download as a Xojo project file within the examples folder: /MacFrameworks/MapKit/MapKit iOS
Download this example: MapKit iOS.zip
Project "MapKit iOS.xojo_binary_project"
Class App Inherits MobileApplication
End Class
Class MainScreen Inherits MobileScreen
Control Map Inherits MapKitIOSControlMBS
ControlInstance Map Inherits MapKitIOSControlMBS
Constraint Constraint 1
Constraint Constraint 2
Constraint Constraint 3
Constraint Constraint 4
EventHandler Sub Opening()
Self.mapview = Me.View
mapView.showAddress "Austin, Texas"
End EventHandler
End Control
Property mapview As MKMapViewMBS
End Class
Class LaunchScreen Inherits iosView
End Class
End Project
See also:
- /MacFrameworks/MapKit/MapKit Custom Icons example
- /MacFrameworks/MapKit/MapKit Custom Image
- /MacFrameworks/MapKit/MapKit Local Search
- /MacFrameworks/MapKit/MapKit Route
- /MacFrameworks/MapKit/MapKit Test
Download this example: MapKit iOS.zip
The items on this page are in the following plugins: MBS MacFrameworks Plugin.