Class Map
Inheritance
System.Object
Map
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ActiveGuard.Plugins.OSS.Models
Assembly: ActiveGuard.Plugins.OSS.dll
Syntax
public class Map : IDisposable
Properties
CameraIconData
Declaration
public byte? [] CameraIconData { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte>[] | Camera icon image shown on the map. If omitted, default icon is used. |
CameraMaps
Declaration
public List<CameraMap> CameraMaps { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CameraMap> | List of camera infos |
MapData
Declaration
public byte[] MapData { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | Map data which is to diplay map image on the plugin |
MapID
Declaration
public string MapID { get; set; }
Property Value
Type | Description |
---|---|
System.String | Map Id |
MapName
Declaration
public string MapName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Map name |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable