RouteSearchPoint constructor

const RouteSearchPoint({
  1. required GeoPoint coordinates,
  2. Bearing? course = null,
  3. DgisObjectId objectId = const DgisObjectId(objectId: 0, entranceId: 0),
  4. LevelId? levelId = null,
})

Implementation

const RouteSearchPoint({
  required this.coordinates,
  this.course = null,
  this.objectId = const DgisObjectId(objectId: 0, entranceId: 0),
  this.levelId = null
});