I am using azure-maps-control with npm, and I can not switch my map to satellite view, as in my npm package its shows in the StyleOptions
interface style? Vector instead of style? string.
Can you please guide me how can pass 'satellite' value to vector?
Thanks
To set the map to the
"satellite"
style you can do:Or after the map is constructed:
Please note that the
"satellite"
and"satellite_road_labels"
styles, as listed in our supported map styles article, are only available to S1 accounts. This is because our Get Map Imagery Tile API is only available to S1 accounts.If you are seeing 403 HTTP error responses printed to your browser's console or 403 responses to the tile requests, this is likely related to pricing tier. For more info on pricing tiers, please refer to our choose the right pricing tier guide.