Is it possible to create a native iOS app that uses the custom style google maps?
https://developers.google.com/maps/documentation/javascript/styling
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes and no.
The native mapping library in iOS SDK, Mapview, does not support styling.
You can use styling via the JS V3 API in a native app. But you have to essentially build a browser within the native app that loads the JS Map.