Class: Aws::LocationService::Types::GetMapTileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:key]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The optional [API key] to authorize the request.

[1]: docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
3709
3710
3711
# File 'lib/aws-sdk-locationservice/types.rb', line 3703

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

#map_nameString

The map resource to retrieve the map tiles from.

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
3709
3710
3711
# File 'lib/aws-sdk-locationservice/types.rb', line 3703

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

#xString

The X axis value for the map tile.

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
3709
3710
3711
# File 'lib/aws-sdk-locationservice/types.rb', line 3703

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

#yString

The Y axis value for the map tile.

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
3709
3710
3711
# File 'lib/aws-sdk-locationservice/types.rb', line 3703

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

#zString

The zoom value for the map tile.

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
3709
3710
3711
# File 'lib/aws-sdk-locationservice/types.rb', line 3703

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