Interface RoutePointParams

All Known Subinterfaces:
RoutePoint

public interface RoutePointParams
Route point parameters
Since:
4.5
  • Method Details

    • create

      @NonNull static RoutePointParams create(@NonNull RoutePointParams.RoutePointType routePointType, @NonNull Coordinate coordinate, @Nullable String name)
      Create and initialize RoutePointParams instance
      Parameters:
      routePointType - route point type
      coordinate - route point coordinate
      name - route point name
      Returns:
      created RoutePointParams instance
      Since:
      4.5
    • getName

      @Nullable String getName()
      Get Route point name
      Returns:
      route point name
      Since:
      1.0
    • getType

      Get Route point type
      Returns:
      route point type
      Since:
      1.0
    • getCoordinate

      @NonNull Coordinate getCoordinate()
      Get Route point coordinate
      Returns:
      route point coordinate
      Since:
      1.0