RequestPoint constructor
RequestPoint(
- Point point,
- RequestPointType type,
- String? pointContext,
- String? drivingArrivalPointId,
- 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);