Hi,
Outside of my Class which handles MapPoint i
have a WaypointId for each Address.
Now i got the problem, if i want to update
the Waypoint outside of the Class i can't
really match them with the waypoints in
MapPoint. Until now i used the Name Property
of the Waypoint to save the Id but this
Property is shown on the Map - unwanted behavior.
I added Pushpins to display place infos and
person info, but it overwrites the Name Property.
How can i save the Id in MapPoint to match the
data?
Looked into some other threads but found no sufficient
solution.