createLocationSimulatorWithGeometry abstract method

LocationSimulator createLocationSimulatorWithGeometry(
  1. Polyline geometry
)

Creates a suspended LocationSimulator object with the given geometry.

Implementation

mapkit_location_location_simulator.LocationSimulator
    createLocationSimulatorWithGeometry(
        mapkit_geometry_geometry.Polyline geometry);