PowerMapRouteResult constructor
PowerMapRouteResult({})
Implementation
PowerMapRouteResult({
required this.distance,
required this.duration,
required this.geometry,
required this.steps,
required this.raw,
this.profile = 'driving',
});