MapsURL class
A MapsURL represents a base URL class for SearchURL, RouteURL and etc.
Properties
maps |
Base URL string value. |
Methods
new |
A static method used to create a new Pipeline object with Credential provided. |
Property Details
mapsUrl
Base URL string value.
mapsUrl: string
Property Value
string
Method Details
newPipeline(Credential, INewPipelineOptions)
A static method used to create a new Pipeline object with Credential provided.
static function newPipeline(credential: Credential, pipelineOptions?: INewPipelineOptions): Pipeline
Parameters
- credential
- Credential
Such as SubscriptionKeyCredential, TokenCredential, and MapControlCredential.
- pipelineOptions
- INewPipelineOptions
Returns
A new Pipeline object.