0

apportable reports the following error:

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

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

Does Apportable support MKMapItem?

Raptor
  • 48,613
  • 43
  • 209
  • 344
PatE
  • 3
  • 1
  • Could you give more information on what is causing this error? – FiringSquadWitness Apr 29 '14 at 06:35
  • My app compiles and works perfectly inxcode 5 and iOS 7.1 and the app is currently shipping in the app store. I now want to port to android and so using apportable out of the box I get the error above. – PatE Apr 29 '14 at 23:16

1 Answers1

1

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

mike_haney
  • 545
  • 1
  • 7
  • 18