Zoom in and out on map

12 views (last 30 days)
Quang Pham
Quang Pham on 6 Jun 2020
Edited: Quang Pham on 6 Jun 2020
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');

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!