문제

apportable reports the following error:

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

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

Does Apportable support MKMapItem?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top