Platforms to show: All Mac Windows Linux Cross-Platform

/MacFrameworks/MapKit/MapKit iOS


Required plugins for this example: MBS MacBase Plugin, MBS MacCG Plugin, MBS MacFrameworks Plugin, MBS MacCF Plugin, MBS Main Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /MacFrameworks/MapKit/MapKit iOS

This example is the version from Mon, 20th Dec 2020.

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:

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...