Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate GoogleMaps with Mapbox iOS sdk

I'm using MapBox for a iPad app and we want to use various image sources for the map imagery.

Is there a way to get google map tiles and show them in MapBox?

We could construct the url's to get the tiles directly but google will block you if you do this, because we wouldn't be using the official API.

Is there any other option to solve this problem?

like image 976
Machine Avatar asked Oct 21 '22 01:10

Machine


1 Answers

It is technically possible, but Google's terms of service don't allow display of their tiles outside of their own software frameworks.

like image 153
incanus Avatar answered Nov 14 '22 22:11

incanus