Hi All,
I am having trouble with my location updating every time I generate a new route. Any help would be much appreciated.
stop1Geometry = ArcGISRuntimeEnvironment.createObject("Point",{
x: mapView.locationDisplay.location.position.x,
y: mapView.locationDisplay.location.position.y,
spatialReference: Factory.SpatialReference.createWgs84()
});
Cheers,
Eric