Savision.LiveMaps.LocationLive Maps Location

Savision.LiveMaps.Location (ClassType)

Live Maps Location objects contain the information that is used to display OpsMgr objects on a map

Element properties:

Base ClassSavision.LiveMaps.v3.Base
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId204627b4-b55b-ed42-5da8-8cdca4ee27dd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Savision.LiveMaps.Location:
LocationId  string  Location Identifier true 256  False 
Latitude  double  Latitude false 256   
Longitude  double  Longitude false 256   
BaseZoomLevel  int  Base Zoom Level false 256   
MinZoomLevel  int  Minimum Zoom Level false 256   
MaxZoomLevel  int  Maximum Zoom Level false 256   
TargetClassId  guid  Target Class Identifier false 256   
TargetImageData  string  Target Image false 65536  False 
Street  string  Street false 256  False 
ZipCode  string  Zip Code false 256  False 
City  string  City false 256  False 
State  string  State false 256  False 
Country  string  Country false 256  False 
IsView  bool  Is Target a View? false 256   

Health Model:

Source Code:

<ClassType ID="Savision.LiveMaps.Location" Accessibility="Public" Abstract="false" Base="Savision.LiveMaps.v3.Base" Hosted="false" Singleton="false">
<Property ID="LocationId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Latitude" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Longitude" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BaseZoomLevel" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MinZoomLevel" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxZoomLevel" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TargetClassId" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TargetImageData" Type="string" Key="false" CaseSensitive="false" Length="65536" MinLength="0"/>
<Property ID="Street" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ZipCode" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="City" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Country" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsView" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>