MoveOnMap
open class MoveOnMap<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : AbstractConfigurableMoveNode<T, P> (source)
Parameters
Inheritors
Constructors
Link copied to clipboard
constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, routingStrategy: RoutingStrategy<T, GeoPosition>, speedSelectionStrategy: SpeedSelectionStrategy<T, GeoPosition>, targetSelectionStrategy: TargetSelectionStrategy<T, GeoPosition>)