Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\GeoMaps;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Location Service Maps V2** service.
8
 * @method \Aws\Result getGlyphs(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise getGlyphsAsync(array $args = [])
10
 * @method \Aws\Result getSprites(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise getSpritesAsync(array $args = [])
12
 * @method \Aws\Result getStaticMap(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise getStaticMapAsync(array $args = [])
14
 * @method \Aws\Result getStyleDescriptor(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise getStyleDescriptorAsync(array $args = [])
16
 * @method \Aws\Result getTile(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise getTileAsync(array $args = [])
18
 */
19
class GeoMapsClient extends AwsClient {}