GoogleMaps integration with iOS sdk map

I am using MapBox for an iPad application, and we want to use various image sources for map images.

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

We could build a url to get tiles directly, but Google will block you if you do this because we will not use the official API.

Is there any other option to solve this problem?

+5
source share
1 answer

This is technically possible, but Google’s terms of service do not allow their fragments to be displayed outside of their own software frameworks.

+3
source

Source: https://habr.com/ru/post/1202269/


All Articles