GLMap / examples-android

Android demo application for GLMap framework

Home Page:https://globus.software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLMap Style

Spettacolo83 opened this issue · comments

Hello there,
I wonder how I can change the map style for one darker for example for night navigation.
The default style is this:
mapView.loadStyle(getAssets(), "DefaultStyle.bundle");
Maybe there are some different in the assets.
Thank you!

Default style is available at: https://user.getyourmap.com/downloads/free/GLMapDefaultStyle-1.0.1.zip You could change colors.mapcss files inside, rename DefaultStyle.bundle to DarkTheme.bundle. Add manually into project and load as mapView.loadStyle(getAssets(), "DarkTheme.bundle");