Class PhysicalAddressPOIViewModel
Represents a physical address poi for the ui
Inheritance
System.Object
PhysicalAddressPOIViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PhysicalAddressPOIViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourcePhysicalAddressPOIViewModel(PhysicalAddressPOI)
Initialize new POI
Declaration
public PhysicalAddressPOIViewModel(PhysicalAddressPOI poi)
Parameters
Type | Name | Description |
---|---|---|
PhysicalAddressPOI | poi | Connected poi |
Properties
| Improve this Doc View SourceLatitude
Gets or sets the latitude value
Declaration
public string Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Longitude
Gets or sets the longitude value
Declaration
public string Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Model
Gets or sets the model
Declaration
public PhysicalAddressPOI Model { get; }
Property Value
Type | Description |
---|---|
PhysicalAddressPOI |
OpenInMaps
Gets or sets the command that shows the poi on a map
Declaration
public ICommand OpenInMaps { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |