Interface MarkerOverlay

    • 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.