Exemplo n.º 1
0
 public Placemark(string name, string description, string styleUrl, Geometry geometry, TimePrimitive timePrimitive)
 {
     this.name = name;
     this.description = description;
     this.styleUrl = styleUrl;
     this.geometry = geometry;
     this.timePrimitive = timePrimitive;
 }
Exemplo n.º 2
0
 public Placemark(string name, string description, string styleUrl, Geometry geometry, TimePrimitive timePrimitive)
 {
     this.name          = name;
     this.description   = description;
     this.styleUrl      = styleUrl;
     this.geometry      = geometry;
     this.timePrimitive = timePrimitive;
 }
Exemplo n.º 3
0
 public Placemark(string name, string snippet, int snippetMaxLines, string description, string styleUrl, Geometry geometry, TimePrimitive timePrimitive)
 {
     this.name = name;
     this.snippet = snippet;
     this.snippetMaxLines = snippetMaxLines;
     this.description = description;
     this.styleUrl = styleUrl;
     this.geometry = geometry;
     this.timePrimitive = timePrimitive;
 }
Exemplo n.º 4
0
 public Placemark(string name, string snippet, int snippetMaxLines, string description, string styleUrl, Geometry geometry, TimePrimitive timePrimitive)
 {
     this.name            = name;
     this.snippet         = snippet;
     this.snippetMaxLines = snippetMaxLines;
     this.description     = description;
     this.styleUrl        = styleUrl;
     this.geometry        = geometry;
     this.timePrimitive   = timePrimitive;
 }