icerockdev / moko-maps

Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
86 stars 16 forks source link

Rotation for markers of Mapbox iOS #40

Open Alex009 opened 4 years ago

Alex009 commented 4 years ago

Mapbox iOS not support markers rotation, but common API require it (because gmaps it contains and api was created from gmaps at start). We can add rotation support by rotating UIImage of marker, or remove rotation from common api.