Hello everyone,
Does anyone have any experience with or sample code or sample geoprocessing events etc. that will return a point X,Y along a line (polyline) given a specific distance? For example if the polyline is 1000 feet long I want to know where along that line 250 feet is from it's starting vertex. I want the results as a point string format {"x" : -118.15, "y" : 33.80, "spatialReference" : {"wkid" : 4326}} so I can mark that location with an image on the web site.
Thank You,
Greg