Question

apportable reports the following error:

error: unknown type name 'MKMapItem'; did you mean 'MKMapView'?

MKMapItem* destination =  [[MKMapItem alloc] initWithPlacemark:placeMark];

Does Apportable support MKMapItem?

Was it helpful?

Solution

unfortunately, MapKit isn't yet supported by apportable. you can make an effort yourself using bridgekit to use the native android mapping APIs, documented here: http://docs.apportable.com/using-java.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top