Click here to Skip to main content
15,883,921 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created route using drawing tool now i want to save my map.What are the options available to save the map.
Posted
Updated 17-Mar-18 12:27pm
v2

1 solution

You can encode your path, then insert generated string into your database, and decode it in order to display your polyline again. Here are some links that helped me:

Encoding methods[^]

Geometry Library[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900