package com.codename1.maps.layers

The Layers are elements that are displayed on the map.

Types

class AbstractLayerThis class represents an abstract layer on the map.
class ArrowLinesLayerThis class is responsible for painting arrows that indicates direction of walk on map.
interface Layera Layer interface.
class LinesLayerThis is a Lines Layer
class PointLayerDo 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 PointsLayerThis is a Points Layer