Octgn.Play.DefaultMarkerModel.DefaultMarkerModel C# (CSharp) Method

DefaultMarkerModel() public method

public DefaultMarkerModel ( string key, System.Guid id ) : System
key string
id System.Guid
return System
        public DefaultMarkerModel(string key, Guid id)
        {
            Id = id;
            _key = key;
            this.IconUri = "pack://application:,,,/Resources/Markers/" + _key + ".png";
        }