Hello,
i'm trying to use a custom maps provider with a custom renderer like described in the documentation at https://help.syncfusion.com/xamarin/maps/mapsprovider#custom-map-providers
The linked example from http://www.syncfusion.com/downloads/support/directtrac/general/ze/Google_Sample992378333 still uses 16.2.0.41.
After updating to 17.4.0.55 the example does no longer work.
In the CustomMapRenderer.cs the example wants to override the GetUri method of NativeMap.ImageryLayer
On Android this method does not exist in v17.4.0.55
On iOS this method changed from
protected internal virtual string GetUri(int X, int Y, int Scale); in v16.2.0.41
to
protected internal virtual Task<string> GetUri(int X, int Y, int Scale); in v17.4.0.55
I didn't check the uwp part of the example.
It would be great if you could fix this and provide an updated example.
Regards,
Kalle