Xamarin.Forms.GoogleMaps icon indicating copy to clipboard operation
Xamarin.Forms.GoogleMaps copied to clipboard

Smoothly move pin (feature)

Open Minneth opened this issue 8 years ago • 5 comments

FEATURE REQUEST / SUGGESTION

SUMMARY

Would like to smoothly move a pin from one position to another.

DETAILS

When tracking third parties, a new location may only be obtained every 30 seconds or so.

It would be useful to smoothly move pin from their old location to their new location when the position is changed would be very useful.

Minneth avatar Jul 17 '17 12:07 Minneth

Interesting! I'll find how to implement it.

amay077 avatar Jul 20 '17 01:07 amay077

it's not related to maps functionality. It may be easily achieved by some mathematical methods, like interpolation, in user code. Don't waste time on implementing it.

cbagpipe avatar Dec 08 '17 05:12 cbagpipe

it's not related to maps functionality. It may be easily achieved by some mathematical methods, like interpolation, in user code. Don't waste time on implementing it.

@cbagpipe can u please share..if u have implemented this.

coderXamarin avatar Mar 19 '19 18:03 coderXamarin

it's not related to maps functionality. It may be easily achieved by some mathematical methods, like interpolation, in user code. Don't waste time on implementing it.

@cbagpipe could you share how to do ?

cristianormoraes avatar May 02 '19 22:05 cristianormoraes

@amay077 any work going on on this feature? I've spent 3 days on trying to smoothly animate a pin and still can't find a solution

themronion avatar Mar 08 '20 18:03 themronion