Exemplo n.º 1
0
 /// <summary>Constructs a new SamplePlayableLocations request.</summary>
 public SamplePlayableLocationsRequest(Google.Apis.Services.IClientService service, Google.Apis.PlayableLocations.v3.Data.GoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
Exemplo n.º 2
0
 /// <summary>Returns a set of playable locations that lie within a specified area, that satisfy optional filter
 /// criteria.
 ///
 /// Note: Identical `SamplePlayableLocations` requests can return different results as the state of the world
 /// changes over time.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual SamplePlayableLocationsRequest SamplePlayableLocations(Google.Apis.PlayableLocations.v3.Data.GoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest body)
 {
     return(new SamplePlayableLocationsRequest(service, body));
 }