interface AzureMapsOptions {
    apiKey: string;
    serviceUrl: string;
}

Properties

Properties

apiKey: string
serviceUrl: string