giohappy
giohappy

Reputation: 540

Mapbox Android SDK will be deprecated

The android sdk README says that mapbox-gl-native will substitute it. I suppose this will mean that you won't support raster based map views anymore, only vector tiles?

Upvotes: 0

Views: 218

Answers (1)

tmcw
tmcw

Reputation: 11882

mapbox-gl-native supports raster tiles as well as vector tiles. For streets, it renders vector data on-device, whereas for satellite or pre-existing raster tiles, it'll just show them like the Mapbox Android SDK does now.

Upvotes: 1

Related Questions