0

i'm trying to display a map in flutter using this URL tile, which displays ESRI Sattelite map.

urlTemplate:'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}'

the problem is that URL gives me a map without labels , and i can't find any other url for a satellite map with labels .

Khalil LAABOUDI
  • 244
  • 1
  • 2
  • 12
  • 2
    MApbox has satellite tiles with labels: https://stackoverflow.com/a/64262141/8283938 `satellite-street-v11` [Mapbox Demo](https://api.mapbox.com/styles/v1/mapbox/satellite-streets-v11.html?title=true&access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NDg1bDA1cjYzM280NHJ5NzlvNDMifQ.d6e-nNyBDtmQCVwVNivz7A#2/0/0) – Falke Design Nov 05 '20 at 22:07
  • thank you ,i'll try it. – Khalil LAABOUDI Nov 05 '20 at 22:13

0 Answers0