RequestPoint constructor

RequestPoint(
  1. Point point,
  2. RequestPointType type,
  3. String? pointContext,
  4. String? drivingArrivalPointId,
  5. String? indoorLevelId,
)

Implementation

factory RequestPoint(
        mapkit_geometry_point.Point point,
        RequestPointType type,
        core.String? pointContext,
        core.String? drivingArrivalPointId,
        core.String? indoorLevelId) =>
    RequestPointImpl(
        point, type, pointContext, drivingArrivalPointId, indoorLevelId);