Vue Map - providerConfig
A provider configuration object.
App.vue
- <template>
- <DxMap ...
- provider="google"
- api-key="YOUR_API_KEY"
- >
- <DxProviderConfig
- map-id="YOUR_GOOGLE_MAP_ID"
- />
- </DxMap>
- </template>
- <script>
- import 'devextreme/dist/css/dx.light.css';
- import DxMap, {
- DxProviderConfig
- } from 'devextreme-vue/map';
- export default {
- components: {
- DxMap,
- DxProviderConfig
- }
- }
- </script>
useAdvancedMarkers
Specifies whether to use advanced markers with the google
and googleStatic
providers.
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.