Zoom in and out on map
12 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!