nativescript-google-maps-sdk icon indicating copy to clipboard operation
nativescript-google-maps-sdk copied to clipboard

Tile loading color

Open RokoRad opened this issue 6 years ago • 2 comments

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.

RokoRad avatar Feb 06 '19 19:02 RokoRad

i am having same issue..

p-3 avatar Apr 03 '19 07:04 p-3

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);

kakha13 avatar Feb 17 '21 16:02 kakha13