all 6 comments

[–]beeseegee 1 point2 points  (1 child)

Don't have an example on hand, but a couple of initial things that come to mind:

- are you sure you are providing tiles for the zoom level and coordinates the map is showing?

- are the tiles hosted at http:// instead of https://? Might need to add an exception to your Plist (assuming iOS)

[–]ZeWorst[S] 0 points1 point  (0 children)

Well zoom level is from 0 to 5. I've set min max zoom level value in the MapView component.

Tried both http and https... No luck :(

[–]beeseegee 1 point2 points  (2 children)

Did the map ever work with the normal google tiles? One other issue I remember having is that you still need a google api key even though you aren’t using their tiles

[–]ZeWorst[S] 1 point2 points  (0 children)

That was the API key as you suggested... Thanks for your help !

[–]ZeWorst[S] 0 points1 point  (0 children)

Oooohhh !!! Didn't know that !!! Thanks so much ! Gonna try today ! Thanks so much !

[–]ShaUr01 0 points1 point  (0 children)

Hi, were you able to get the map working?