We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Panning event not available?

I'm migrating an app (iOS and Android) from Xamarin.Forms, where I was using the Panning event to detect and remember the pan position between app sessions.

It looks like this event is not available in the MAUI control. Is there a plan to add it?


2 Replies

ET Eswaran Thirugnanasambandam Syncfusion Team January 9, 2023 08:42 AM UTC

Hi James Lavery,


Currently, MAUI SfMaps control doesn't have event support for panning. So, we have logged a feature request for this requirement, and it can be tracked through our feedback portal below.


https://www.syncfusion.com/feedback/40262


Please cast your vote to make it count. We are planning to include this feature in our upcoming 2023 Volume 1 main release, which is expected to roll out at the end of March 2023.


If you have any more specifications/suggestions to the feature request, you can add them as a comment in the portal.


Disclaimer: Inclusion of this solution in the 2023 Volume 1 main release may change due to other factors including but not limited to QA checks and works reprioritization.


Regards,

Eswaran



ET Eswaran Thirugnanasambandam Syncfusion Team March 24, 2023 08:44 AM UTC

We are glad to announce that our Essential Studio 2023 Volume 1 Main Release V21.1.35 is rolled out and the feature implementation “Event support for panning in SfMaps” is available for download under the following link.

https://www.syncfusion.com/forums/181344/essential-studio-2023-volume-1-main-release-v21-1-35-is-available-for-download


Feedback link: https://www.syncfusion.com/feedback/40262


Release note: https://help.syncfusion.com/maui/release-notes/v21.1.35?type=all#sfmaps


Now, you can add panning event in SfMaps control. Please refer to the code snippet for your reference.

[XAML]

<map:SfMaps >

    <map:SfMaps.Layer>

        <map:MapTileLayer UrlTemplate="https://tile.openstreetmap.org/{z}/{x}/{y}.png"

                          Panning="MapTileLayer_Panning">

        </map:MapTileLayer>

    </map:SfMaps.Layer>

</map:SfMaps>


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.


Loader.
Up arrow icon