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
Hi, can you elaborate on examples how to implement points 2 and 3. I could get 1. to work fine, but I cant find how to implement these. Thank you!
1. Locatie - permite afisarea si editarea unui marker pe harta google
<widget type="gmap_marker" lat="field_lat" lng="field_lng" description="field_descriptions"/>
2. Locatii - permite afisarea unei liste de locatii pe harta de la google
<widget type="gmap_markers" lat="field_lat" lng="field_lng" description="field_descriptions"/>
3. Route - permite afisarea rute pe harta google
<widget type="gmap_route" from_lat="field_from_lat" from_lng="field_from_lng"
to_lat="field_to_lat" to_lng="field_to_lng" />
The text was updated successfully, but these errors were encountered:
Hi, can you elaborate on examples how to implement points 2 and 3. I could get 1. to work fine, but I cant find how to implement these. Thank you!
The text was updated successfully, but these errors were encountered: