MapSuite Team,
Is there a MapSuite api that will return what percentage a PointShape is along a specified line?
This would be the counterpart to GetPointOnALine and would have a format of:
PercentageOfLine = TheFeatureShape.GetPercentageOfALine(StartingPoint.FirstPoint, ThePointShape);
I’m asking about this because I’m attempting to determine how to do a reverse address lookup based on Lat/Long. I actually already do this, but only return a range of addresses, but would like to return a single address.
The api mentioned above will allow me to determine a single address, but how is it determined what side of the street a point is?
Thanks,
Dennis