请问matlab怎么画下面这个figure?

请问怎么用matlab画下面这个地理图,用到了哪些函数以及图中的地点怎么标出来?

img

这个是经纬度吗?

% Plot the position in geographic coordinates
geoplot(latVector,lonVector,'Marker',"*",'MarkerSize',3, ...
"Color",'blue','MarkerFaceColor','red');
% Selects the basemap
geobasemap 'topographic';