Satellite view on Maps API?

Joined
May 7, 2019
Messages
5
Country
<img src="/styles/default/custom/flags/ca.png" alt="Canada" /> Canada
Is there a way to show satellite tiles on a TomTom map using SDK for web?
I'm looking for something like this (how's done in Google Maps API):

var mapOptions = {
zoom: 8,
center: myLatlng,
mapTypeId: 'satellite'
};
var map = new google.maps.Map(document.getElementById('map'),
mapOptions);
 
TomTom doesn't support (or at least didn't used to!) any satellite imagery in their API. Their mapping division is devoted entirely to the vector mapping business, exclusive of satellite, aerial or street view imagery. I know of no equivalent to a 'satellite' / "mapTypeId" anywhere in their API.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Latest resources

Forum statistics

Threads
28,883
Messages
194,916
Members
67,836
Latest member
outdoor

Latest Threads

Back
Top