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
<li><strong>mapSelected</strong> - Fired when a location is selected on the map. Event data contains lat/long coordinates.</li>
448
448
<li><strong>mapCleared</strong> - Fired when the selected location is cleared from the map.</li>
449
+
<li><strong>addressSet</strong> - Fired when an address is programmatically set using the setAddress method. Event data contains the address string.</li>
450
+
</ul>
451
+
<h5 style="color: #495057;">Public Methods:</h5>
452
+
<ul style="margin-bottom: 15px; color: #6c757d;">
453
+
<li><strong>setAddress(address: string)</strong> - Public method to set address programmatically. This method can be called externally to update the map location based on an address string.</li>
0 commit comments