proposals icon indicating copy to clipboard operation
proposals copied to clipboard

Apple Mapkit Plugin

Open whatoken opened this issue 4 years ago • 7 comments

Name: Apple Mapkit Package: @capacitor-community/apple-mapkit

Platform(s) iOS, Android

Existing Solutions None

Description: MapKit plugin to bring fully featured Apple Maps to app.

whatoken avatar Sep 10 '20 06:09 whatoken

@whatoken It looks like there are a variety of Cordova plugins for Apple Mapkit. Would you be able to list them and confirm whether or not they're working for Capacitor?

imhoffd avatar Sep 10 '20 16:09 imhoffd

Apple's MapKit JS also works pretty well, which gives you the option to use Apple Maps on both iOS and Android.

webeditors avatar Sep 12 '20 11:09 webeditors

Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?

DaSchTour avatar Oct 24 '21 09:10 DaSchTour

Apple's MapKit JS also works pretty well, which gives you the option to use Apple Maps on both iOS and Android.

Could you post an example to that?

Thanks

betim avatar Feb 03 '23 23:02 betim

Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?

question, can you draw out native components inside of the html content in capacitor apps?

0Charliecat avatar Apr 22 '23 22:04 0Charliecat

Wouldn't it be better to have a native-map plugin, that uses Apple Map on iOS and Google Map on Android?

question, can you draw out native components inside of the html content in capacitor apps?

What happens is, native element is rendered underneath browser and you control visibility by setting z-index and/or display or visibility. It works better than you might expect. But requires a little fiddling depending on you situation.

betim avatar Apr 23 '23 13:04 betim

hmmmmm sounds interesting

0Charliecat avatar Apr 23 '23 20:04 0Charliecat