DataSets[Builtin][WorldMap]
GetPointsList
retrieve as a list all points stored in a WorldMap object
Calling Sequence
Parameters
Description
Examples
Compatibility
GetPointsList(m)
m
-
a WorldMap object
The GetPointsList command returns the list of all points stored in m.
The points are sorted in the lexicographical order.
If a point does not have a string label, the empty string is assigned to it as a placeholder.
The DataSets[Builtin][WorldMap][GetPointsList] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
AddPoint
RemovePoint
WorldMap
Download Help Document