View source: R/locationservice_operations.R
locationservice_create_route_calculator | R Documentation |
Creates a route calculator resource in your Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/locationservice_create_route_calculator/ for full documentation.
locationservice_create_route_calculator(
CalculatorName,
DataSource,
PricingPlan = NULL,
Description = NULL,
Tags = NULL
)
CalculatorName |
[required] The name of the route calculator resource. Requirements:
|
DataSource |
[required] Specifies the data provider of traffic and road network data. This field is case-sensitive. Enter the valid values as shown. For
example, entering Valid values include:
For additional information , see Data providers on the Amazon Location Service Developer Guide. |
PricingPlan |
No longer used. If included, the only allowed value is
|
Description |
The optional description for the route calculator resource. |
Tags |
Applies one or more tags to the route calculator resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: Restrictions:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.