Custom Google Maps styling using the Google Maps API on iOS

Is there a way to change the map style in iOS using the Google Maps SDK? I know this is possible with the Javascript SDK: https://snazzymaps.com/style/6777/new-map

+3


source to share


2 answers


You can create a Google Maps style for iOS. Google also provides a really good generator for this:



https://developers.google.com/maps/documentation/ios-sdk/styling

+2


source


UPDATE (Oct 2016):

Google recently introduced this feature. @sativa has the correct answer .



ORIGINAL MAIL

While it is possible on the web, at the moment you cannot do it through the Google Maps SDK for iOS. There's a feature request that you can join with.

+1


source







All Articles