How to remove labels on google earth map

조회 수: 19 (최근 30일)
Telema Harry
Telema Harry 2021년 6월 23일
댓글: Elad Kivelevitch 2021년 6월 23일
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
Elad Kivelevitch
Elad Kivelevitch 2021년 6월 23일
Removed Sensor Fusion and Tracking Toolbox from the question because the question only relates to the map.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by