5
Working with an application where I add one Marker on the map, as :
markUser.draggable(true);
But I want to optimize this method, to move the marker is necessary to hold for a while, I want with a single click can drag it and that it stays right under the person’s finger and not above or below as it happens. Like the Taxis app, 99s.
And what would be "optimize"?
– André Ribeiro
As I said in the question I want with a single click without needing to make a long click, move the marker.
– Mateus Carvalho
Ah, really! When I read I understood something else. I can’t tell you for sure, but I don’t think it is possible to change this operation.
– André Ribeiro