Class: Aws::GeoMaps::Types::GetTileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:z, :x, :y, :key]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_featuresArray<String>

A list of optional additional parameters such as map styles that can be requested for each result.

Returns:

  • (Array<String>)


900
901
902
903
904
905
906
907
908
909
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 900

class GetTileRequest < Struct.new(
  :additional_features,
  :tileset,
  :z,
  :x,
  :y,
  :key)
  SENSITIVE = [:z, :x, :y, :key]
  include Aws::Structure
end

#keyString

Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 900

class GetTileRequest < Struct.new(
  :additional_features,
  :tileset,
  :z,
  :x,
  :y,
  :key)
  SENSITIVE = [:z, :x, :y, :key]
  include Aws::Structure
end

#tilesetString

Specifies the desired tile set.

Valid Values: raster.satellite | vector.basemap | vector.traffic | raster.dem

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 900

class GetTileRequest < Struct.new(
  :additional_features,
  :tileset,
  :z,
  :x,
  :y,
  :key)
  SENSITIVE = [:z, :x, :y, :key]
  include Aws::Structure
end

#xString

The X axis value for the map tile. Must be between 0 and 19.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 900

class GetTileRequest < Struct.new(
  :additional_features,
  :tileset,
  :z,
  :x,
  :y,
  :key)
  SENSITIVE = [:z, :x, :y, :key]
  include Aws::Structure
end

#yString

The Y axis value for the map tile.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 900

class GetTileRequest < Struct.new(
  :additional_features,
  :tileset,
  :z,
  :x,
  :y,
  :key)
  SENSITIVE = [:z, :x, :y, :key]
  include Aws::Structure
end

#zString

The zoom value for the map tile.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 900

class GetTileRequest < Struct.new(
  :additional_features,
  :tileset,
  :z,
  :x,
  :y,
  :key)
  SENSITIVE = [:z, :x, :y, :key]
  include Aws::Structure
end