React Map - providerConfig
A provider configuration object.
app.component.html
app.module.ts
- <dx-map ...
- provider="google"
- apiKey="YOUR_API_KEY"
- >
- <dxo-provider-config
- mapId="YOUR_GOOGLE_MAP_ID"
- >
- </dxo-provider-config>
- </dx-map>
- import { BrowserModule } from '@angular/platform-browser';
- import { NgModule } from '@angular/core';
- import { AppComponent } from './app.component';
- import { DxMapModule } from 'devextreme-angular';
- @NgModule({
- declarations: [
- AppComponent
- ],
- imports: [
- BrowserModule,
- DxMapModule
- ],
- providers: [ ],
- bootstrap: [AppComponent]
- })
- export class AppModule { }
useAdvancedMarkers
Specifies whether to use advanced markers with the google
and googleStatic
providers.
Type:
Default Value: true
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.