Filter löschen
Filter löschen

How to remove labels on google earth map

22 Ansichten (letzte 30 Tage)
Telema Harry
Telema Harry am 23 Jun. 2021
Kommentiert: Elad Kivelevitch am 23 Jun. 2021
I have spent several hours trying to figure out how to remove the point label in my google earth map. But I have not been successful.
The point lable is covering the important details of the plot and I will like to remove it.
Please how can I complete this task.
Secondly, is there a way to include start and end location on the map?
Longitude = output(:,2);
Latitude = output(:,1);
filename = 'Plotmap.kml';
lookAt.Range = 1500;
lookAt.Heading = 260;
kmlwritepoint(filename,Latitude, Longitude,alt,'LookAt',lookAt);
winopen(filename)
  1 Kommentar
Elad Kivelevitch
Elad Kivelevitch am 23 Jun. 2021
Removed Sensor Fusion and Tracking Toolbox from the question because the question only relates to the map.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Mapping Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by