Zoom in and out on map
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am building a tracking system and have writted a simple block of code as below. I succesfully showed the recorded points.

However, I cannot zoom in and out the map like in MATLAB.

I intend to embed the iframe code in a website. Is there any solution for this? Thank you in advance.
lat = thingSpeakRead(1060533,'Fields',5,'ReadKey','T54K82E8FJW6GKVT','NumPoints',10,'Timeout',50);
lon = thingSpeakRead(1060533,'Fields',6,'ReadKey','T54K82E8FJW6GKVT','NumPoints',10,'Timeout',50);
gx = geoaxes;
geoscatter(gx,lat,lon,'filled');
geobasemap('streets');
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!