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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3457

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

#map_nameString

The map resource to retrieve the map tiles from.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3457

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

#xString

The X axis value for the map tile.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3457

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

#yString

The Y axis value for the map tile.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3457

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

#zString

The zoom value for the map tile.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3457

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