Lookup field Google Map

Does someone have an idea of how to make a lookup field for Google Map.

I want it to show lookup of place names if there is multible names returned from Google Map.
See attachment for the lookup at Google Map.

Google Lookup

Hello!

I suggest that you do the following things:

  1. create some object that will interact with Google API and will return suggestions by search query;
  2. create a not persistent (or persistent, if it is needed) Entity that will represent these suggestions (name of a place, lat, lon, etc);
  3. use the SuggestionPickerField component. It allows you to set a search executor that will interact with your previously specified object and show suggestions.

Regards,
Daniil.

1 Like