I'm trying to animate a Dialog enter and exit animation over a MapView in the following way: After the user executes a longPress on an OverlayItem of the MapView, the Dialog should scale and translate from the longPress' X and Y coordinates to the center of the screen. Similarly, when the user dismisses the Dialog it should scale and translate to the X and Y coordinates it originally came from.
My biggest problem is that I can't find a way to start the animation for a given X and Y (and I'm not sure if it can be done either).
Any help appreciated.