I want to ask you, if is good solution to add pushpin when user tap on screen? I make it so, when user tap on screen so pushpin is added with address. Is it another solution, how to add pushpin on certain position without tapping? Thanks.
0
votes
1 Answers
0
votes
Another solution could be to use the Hold event instead of the tap event. In that way, you will be sure that the user want to do something where they tap.
You can go there to see more information about the maps control.
Hope it help !