Update geocoding documentation
authorMarcel Werk <burntime@woltlab.com>
Tue, 10 Jan 2023 15:59:02 +0000 (16:59 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 10 Jan 2023 15:59:02 +0000 (16:59 +0100)
Add `data-google-maps-geocoding-store` parameter documentation

docs/javascript/components_google_maps.md

index 88ec0c32a7641da133553fda12566c484c5a72bf..b19917651112880c205cdfe627e35473e984122d 100644 (file)
@@ -131,6 +131,7 @@ Enables the geocoding feature for a map.
        type="text"
        data-google-maps-geocoding="map_id"
        data-google-maps-marker
+       data-google-maps-geocoding-store="prefix"
 >
 ```
 
@@ -144,6 +145,10 @@ ID of the `<woltlab-core-google-maps>` element.
 
 If set, a movable marker is created that is coupled with the input field.
 
+##### `data-google-maps-geocoding-store`
+
+If set, the coordinates (latitude and longitude) are stored comma-separated in a hidden input field. Optionally, a value can be passed that is used as a prefix for the name of the input field.
+
 ### `MarkerLoader`
 
 Handles a large map with many markers where markers are loaded via AJAX.