You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate jQuery map example to new template structure
- Updated HTML with proper title and local dependencies
- Migrated map functionality with MarkerWithLabel integration
- Added CSS styling for marker labels
- Copied and integrated markerWithLabel.js library
- Excluded third-party library from ESLint
- Updated README with new file paths
- Maintains functionality: two markers with price labels, one draggable
This example demonstrates how to add a marker with a label to the Google map. We used the <ahref="https://github.com/googlemaps/js-markerwithlabel">js-markerwithhlabel</a> library for this task.
11
11
12
-

12
+

13
13
14
14
The Map component allows obtaining the instance in the <ahref="https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxMap/Configuration/#onReady">onReady</a> event handler using the <strong>originalMap</strong> parameter.
0 commit comments