Interface | Description |
---|---|
Layer |
a Layer interface.
|
Class | Description |
---|---|
AbstractLayer |
This class represents an abstract layer on the map.
|
ArrowLinesLayer |
This class is responsible for painting arrows that indicates direction
of walk on map.
|
LinesLayer |
This is a Lines Layer
|
PointLayer |
Do not use this layer directly, you need to add this layer into a PointsLayer class
instance in order for it to work as expected!
|
PointsLayer |
This is a Points Layer
|