Beispiel #1
0
 public Geo.Id_Place_Id.Result Id_Place_Id(String place_id)
 {
     var cm = new Geo.Id_Place_Id.Command();
     cm.place_id = place_id;
     return this.Id_Place_Id(cm);
 }
Beispiel #2
0
 public Geo.Id_Place_Id.Result[] Id_Place_Id(Geo.Id_Place_Id.Command command)
 {
     return(_ApiEndpoints._Client.GetResult <Geo.Id_Place_Id.Command, Geo.Id_Place_Id.Result[]>(command));
 }