package com.codename1.maps.layers
The Layers are elements that are displayed on the map.
Types
class AbstractLayer | This class represents an abstract layer on the map. |
class ArrowLinesLayer | This class is responsible for painting arrows that indicates direction of walk on map. |
interface Layer | a Layer interface. |
class LinesLayer | This is a Lines Layer |
class 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! |
class PointsLayer | This is a Points Layer |