iOS Question How to use the night in style google maps?

Erel

B4X founder
Staff member
Licensed User
Longtime User
upload_2017-4-25_8-40-16.png


Updated GoogleMapsExtra is attached.

You need to call it with:
B4X:
gextra.MapStyle(File.ReadString(File.DirAssets, "style.json"))
Style wizard: https://mapstyle.withgoogle.com/

Don't set MapType at it will override the style.

It requires a newer version of iGoogleMaps library and the Google Maps framework. It will be updated later today.
 

Attachments

  • GoogleMapsExtra.bas
    4.6 KB · Views: 447
Upvote 0
Top