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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Following the example outlined here and it suggests looking into the connectGeoSearch for more advanced features, such as refining the search when the map moves, automatically centering on the correct items etc.
When looking into the implementation, it looks like you can only provide enableRefineOnMapMove and transformItems as options on widget creation. However, enableRefineOnMapMove like so does not work:
public ngOnInit() {
this.createWidget(connectGeoSearch, {
enableRefineOnMapMove: true
});
super.ngOnInit();
The rest of the code is verbatim with the example provided in the docs.
Furthermore, it feels like there is a lot of missing functionality in the angular implementation. Are enableRefineOnMapMove and transformItems the only initial configuration options we have?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the example outlined here and it suggests looking into the connectGeoSearch for more advanced features, such as refining the search when the map moves, automatically centering on the correct items etc.
When looking into the implementation, it looks like you can only provide
enableRefineOnMapMove
andtransformItems
as options on widget creation. However,enableRefineOnMapMove
like so does not work:The rest of the code is verbatim with the example provided in the docs.
Furthermore, it feels like there is a lot of missing functionality in the angular implementation. Are
enableRefineOnMapMove
andtransformItems
the only initial configuration options we have?The text was updated successfully, but these errors were encountered: