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