Map block finds and can use WPA blocks for marker source.
Added full screen control toggle to Map block UI.
Fixes
Fixed the wrong assumption of View Id format in some cases.
Find View blocks for marker source no matter how deep they are nested in other blocks.
Reversed behavior for full_screen_control shortcode parameter (have it compatible with how Google Maps API behaves now).
More elegant and correct way to determine if “Use My Location” can be shown on frontend.
Fixed a regression from 1.8: when using a frontend Distance filter, but not providing toolset_maps_distance_radius URL parameter, use the value from default_distance shortcode parameter instead of fixed 5 km default.
If the form is being reset, also reset current user location value.
Fixed script handle name conflict with Flatsome theme and updated the js-cookie library.
When a WP installation uses non-default charset and collation for postmeta table, adjust toolset_maps_address_cache to use the same to avoid SQL errors.
Saving address data got from autocomplete request directly to cache. This fixes some edge cases and removes the need to do an API call later on.