Open
Description
Description
Changing the Location property on a Microsoft.Maui.Controls.Maps.Pin does not change the location of the Pin on the map.
Steps to Reproduce
- Create a map.
- Add a pin at a location.
- Change the location of the pin:
pin. Location = something;
- Observe that the pin does not change its location on the map.
Link to public reproduction project repository
Shouldn't be needed
Version with bug
7.0 (current)
Last version that worked well
7.0 (current)
Affected platforms
Android
Affected platform versions
Android 13
Did you find any workaround?
Removing the pin and re-adding it works. This is annoying and code that updates a pin's location needs to be changed everywhere when porting from Xamarin.Forms.Maps
Relevant log output
No response