Class ImageryLayer
Class Implementation of ImageryLayer
Inherited Members
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ImageryLayer : MapLayer
Constructors
ImageryLayer()
Initializes a new instance of the ImageryLayer class.
Declaration
public ImageryLayer()
Properties
BingMapKey
Gets or sets the bing map key
Declaration
public string BingMapKey { get; set; }
Property Value
| Type |
|---|
| System.String |
BingMapStyle
Gets or sets the bing map style
Declaration
public BingMapStyle BingMapStyle { get; set; }
Property Value
| Type |
|---|
| BingMapStyle |
CanCacheTiles
Gets or sets a value indicating whether to cache tiles
Declaration
public bool CanCacheTiles { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
DistanceType
Gets or sets the radius distance type in meters or kilometers or miles to calculate the auto zoom level.
Declaration
public DistanceType DistanceType { get; set; }
Property Value
| Type |
|---|
| DistanceType |
GeoCoordinates
Gets or sets the GeoCoordinates value
Declaration
public PointF GeoCoordinates { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.PointF |
LatLngBounds
Gets or sets the geo bounds based on southwest and northeast corner geo points to calculate auto zoom level.
Declaration
public LatLngBounds LatLngBounds { get; set; }
Property Value
| Type |
|---|
| LatLngBounds |
LayerType
Gets or sets a value layer type
Declaration
public LayerType LayerType { get; set; }
Property Value
| Type |
|---|
| LayerType |
MapBounds
Gets the imagery layer bounds value (x, y, width, height).
Declaration
public Rectangle MapBounds { get; }
Property Value
| Type |
|---|
| System.Drawing.Rectangle |
Radius
Gets or sets the radius distance from center position to calculate the auto zoom level.
Declaration
public double Radius { get; set; }
Property Value
| Type |
|---|
| System.Double |
ResetOnDoubleTap
Gets or sets a value indicating whether to reset the layer on double tap
Declaration
public bool ResetOnDoubleTap { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
DeleteTilesFromCache()
To delete the images from application memory
Declaration
public void DeleteTilesFromCache()
Events
GeoCoordinateChanged
Gets or sets the event which is raised when zooming and panning the map.
Declaration
public event EventHandler<GeoCoordinateChangedEventArgs> GeoCoordinateChanged
Event Type
| Type |
|---|
| System.EventHandler<GeoCoordinateChangedEventArgs> |
ZoomLevelChanging
Gets or sets the event which is raised when the zoom level is changing
Declaration
public event EventHandler<ZoomLevelChangingEventArgs> ZoomLevelChanging
Event Type
| Type |
|---|
| System.EventHandler<ZoomLevelChangingEventArgs> |