locationservice_get_map_tile: Retrieves a vector data tile from the map resource

View source: R/locationservice_operations.R

locationservice_get_map_tileR Documentation

Retrieves a vector data tile from the map resource

Description

Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.

See https://www.paws-r-sdk.com/docs/locationservice_get_map_tile/ for full documentation.

Usage

locationservice_get_map_tile(Key = NULL, MapName, X, Y, Z)

Arguments

Key

The optional API key to authorize the request.

MapName

[required] The map resource to retrieve the map tiles from.

X

[required] The X axis value for the map tile.

Y

[required] The Y axis value for the map tile.

Z

[required] The zoom value for the map tile.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.