Example #1
0
 public void SetLocation(LocationData locationData)
 {
     this.LocationData = locationData;
 }
Example #2
0
 public Marker(string identifier)
 {
     this.Identifier   = identifier;
     this.LocationData = new LocationData();
 }