Class MapViewDrawing.MapViewMarkerOverlay

    • Field Detail

      • innerColor

        private java.awt.Color innerColor
    • Constructor Detail

      • MapViewMarkerOverlay

        public MapViewMarkerOverlay​(org.mapsforge.map.layer.overlay.Marker marker,
                                    java.awt.Color outer,
                                    java.awt.Color innerColor,
                                    Drawing.AlphaMode alphaMode)
    • Method Detail

      • getPoint

        public Point getPoint()
        Specified by:
        getPoint in interface MarkerOverlay
        Returns:
        The current position of this marker.
      • moveTo

        public void moveTo​(Point point)
        Description copied from interface: MarkerOverlay
        Move this marker to the specified location.
        Specified by:
        moveTo in interface MarkerOverlay
        Parameters:
        point - New position for the marker.