nativescript-google-maps-sdk
nativescript-google-maps-sdk copied to clipboard
Tile loading color
I'm using google maps in a dark themed app and when the map is loading it shows (or flashes, since it loads quickly) a white background which clearly doesn't fit in with the rest of the design and is actually quite aggressive on the users experience. I've found no way to style it and make it work with a dark themed app
It would be great if we could change this to be some other color as is possible with js gmaps, but i don't know if this is even possible with android or ios sdks.
I've tried changing the background color, but that has no effect.
i am having same issue..
I'm using google maps in a dark themed app and when the map is loading it shows (or flashes, since it loads quickly) a white background which clearly doesn't fit in with the rest of the design and is actually quite aggressive on the users experience. I've found no way to style it and make it work with a dark themed app
It would be great if we could change this to be some other color as is possible with js gmaps, but i don't know if this is even possible with android or ios sdks.
I've tried changing the background color, but that has no effect. for styling map use this site : https://mapstyle.withgoogle.com/ and insert exported code here
mapView.setStyle(JSON);