positionOnRoute abstract method

PolylinePosition? positionOnRoute(
  1. String routeId
)

Return polyline position on route. If the position not on the passed route none will be returned.

Implementation

mapkit_geometry_geometry.PolylinePosition? positionOnRoute(
    core.String routeId);