Serge
Serge

Reputation: 2129

Custom Google Maps Style using Google Maps API in iOS

Is there a way to change style of map in iOS using Google Maps SDK? I know it's possible using Javascript SDK: https://snazzymaps.com/style/6777/new-map

Upvotes: 4

Views: 4243

Answers (2)

NKorotkov
NKorotkov

Reputation: 3681

UPDATE (October 2016):

Recently Google have implemented this feature. @sativa has the right answer.

ORIGINAL POST

Although it's possible on the web, as of now you can't do this through Google Maps SDK for iOS. There's a feature request that you can join.

Upvotes: 1

JPLauber
JPLauber

Reputation: 1370

It's possible to style Google Maps for iOS. Google also provides a really nice generator for it:

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

Upvotes: 4

Related Questions