class Terraintiles extends Resource (View source)

The "terraintiles" collection of methods.

Typical usage is:

 $vectortileService = new Google\Service\SemanticTile(...);
 $terraintiles = $vectortileService->terraintiles;

Methods

get(string $name, array $optParams = [])

Gets a terrain tile by its tile resource name. (terraintiles.get)

Details

TerrainTile get(string $name, array $optParams = [])

Gets a terrain tile by its tile resource name. (terraintiles.get)

Parameters

string $name

Required. Resource name of the tile. The tile resource name is prefixed by its collection ID terraintiles/ followed by the resource ID, which encodes the tile's global x and y coordinates and zoom level as @,,z. For example, terraintiles/@1,2,3z.

array $optParams

Optional parameters.

Return Value

TerrainTile