-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af5ed2a
commit 2c718a9
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# GoogleAutocomplete | ||
# Google Autocomplete | ||
|
||
An address is a collection information for a location on this globe. Addresses are used in many business processes for example to send letters, packages or other by post. The address must be correct.but an user can make mistakes. How can you help the user prevent making mistakes and validate the address actually exists? | ||
|
||
Google Maps is an important online source containing all addresses around the world, but also companies, establishments, etc. With the help of Google this widget directly fills down all possible options based on the input of the user. On the background it retrieves the GPS coördinates and all the elements of an address. | ||
|
||
## Typical usage scenario | ||
|
||
- Data integrity is import for complete and existing addresses. | ||
- Help users work faster filling addresses. | ||
- Directly have the GPS coördinates of the address. | ||
|
||
## Features and limitations | ||
|
||
- Search with Google for an address. | ||
- Getting the address elements separately. | ||
- Search on a company or establishment and get the address. | ||
- Supports non-persistent entities. | ||
- Isn't compatible with Google Maps widget on conflicting libraries. | ||
- Google API key is required because of Google limit usage. | ||
|
||
## Installation | ||
|
||
- Just download the widget from the appstore! | ||
|
||
## Configuration | ||
|
||
- Place the widget in a dataview. | ||
- Fill in the search attribute for the textbox. | ||
- Set the Latitude and Longitude attributes. |