java - Android GoogleMaps v2 Drag and Drop to map -


As the title, I'm applying an Android GoogleMapsv2. The user will be dragging on the map with a custom drop-shade image.

I need to capture the latitude / lawn of the ACTION_DRAG_ENDED event. I have found some guidelines that discuss the addition of a supporting frameframe on the map, but only to respond to an onMouseClicked event on the map stands by. Since my event operates at the end of an drag event, it is less than helpful.

I think that my custom drop-shadow is decreasing and when I have a user just click on it to leave the shadow to trigger the map event, but I think that they can take another action Forcing is useless and I am not clear how I can save the disappearance of the drop-shadow when it is released.

Any suggestions? Is this approach fundamentally flawed or is there a way for GoogleMap and Android to navigate drag and drop APIs to do this work?

Not sure what you are dragging on the map ... but Google's official documentation of Shadow According to Google Maps API versions 3.14 were deleted. Any shadows specified in programmatically will be ignored

Please refer to


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -