Interface MarkerOverlay

  • All Superinterfaces:
    Overlay

    public interface MarkerOverlay
    extends Overlay
    • Method Detail

      • getPoint

        Point getPoint()
        Returns:
        The current position of this marker.
      • moveTo

        void moveTo​(Point point)
        Move this marker to the specified location.
        Parameters:
        point - New position for the marker.