Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\GeoPlaces;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Location Service Places V2** service.
8
 * @method \Aws\Result autocomplete(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise autocompleteAsync(array $args = [])
10
 * @method \Aws\Result geocode(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise geocodeAsync(array $args = [])
12
 * @method \Aws\Result getPlace(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise getPlaceAsync(array $args = [])
14
 * @method \Aws\Result reverseGeocode(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise reverseGeocodeAsync(array $args = [])
16
 * @method \Aws\Result searchNearby(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise searchNearbyAsync(array $args = [])
18
 * @method \Aws\Result searchText(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise searchTextAsync(array $args = [])
20
 * @method \Aws\Result suggest(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise suggestAsync(array $args = [])
22
 */
23
class GeoPlacesClient extends AwsClient {}