Syncfusion.Xamarin.SfMaps.Android by Syncfusion Inc.

<PackageReference Include="Syncfusion.Xamarin.SfMaps.Android" Version="22.1.34" />

 ImageryLayer

public class ImageryLayer : MapLayer
Class Implementation of ImageryLayer
public string BingMapKey { get; set; }

Gets or sets the bing map key

public BingMapStyle BingMapStyle { get; set; }

Gets or sets the bing map style

public bool CanCacheTiles { get; set; }

Gets or sets a value indicating whether to cache tiles

public DistanceType DistanceType { get; set; }

Gets or sets the radius distance type in meters or kilometers or miles to calculate the auto zoom level.

public PointF GeoCoordinates { get; set; }

Gets or sets the GeoCoordinates value

public LatLngBounds LatLngBounds { get; set; }

Gets or sets the geo bounds based on southwest and northeast corner geo points to calculate auto zoom level.

public LayerType LayerType { get; set; }

Gets or sets a value layer type

public Rectangle MapBounds { get; }

Gets the imagery layer bounds value (x, y, width, height).

public double Radius { get; set; }

Gets or sets the radius distance from center position to calculate the auto zoom level.

public bool ResetOnDoubleTap { get; set; }

Gets or sets a value indicating whether to reset the layer on double tap

Gets or sets the event which is raised when zooming and panning the map.

Gets or sets the event which is raised when the zoom level is changing

public ImageryLayer()

Initializes a new instance of the ImageryLayer class.

public void DeleteTilesFromCache()

To delete the images from application memory