Documentation
Make geoplayer figure invisible
geoplayer
hide(player)
example
hide(player) hides the geoplayer figure. To redisplay this figure, use show(player).
player
show
(player)
collapse all
Load a sequence of latitude and longitude coordinates.
data = load('geoRoute.mat');
Create a geographic player with a zoom level of 10. Configure the player to show its complete history of plotted points.
player = geoplayer(data.latitude(1),data.longitude(1),10,'HistoryDepth',Inf);
Display the first half of the geographic coordinates in a sequence. The circle marker indicates the current position.
halfLength = round(length(data.latitude)/2); for i = 1:halfLength plotPosition(player,data.latitude(i),data.longitude(i)); end
Hide the player and confirm that it is no longer visible.
hide(player) isOpen(player)
ans = logical 0
Add the remaining half of the geographic coordinates to the map.
for i = halfLength+1:length(data.latitude) plotPosition(player,data.latitude(i),data.longitude(i)); end
Show the player. The player now displays both halves of the route.
show(player)
Streaming geographic player, specified as a geoplayer object.
geoplayer | isOpen | show
isOpen
A modified version of this example exists on your system. Do you want to open this version instead? (es)
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office