This method allows to set a custom style to the map. Step 1: Create the style with the wizard and save the json string in a file: https://mapstyle.withgoogle.com/ Step 2: Set the style after the map is ready: SetMapStyle(File.ReadString(File.DirAssets, "style.txt")) Code: Sub...
www.b4x.com