Skip to content

Commit 2c718a9

Browse files
committed
Set read me
1 parent af5ed2a commit 2c718a9

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# GoogleAutocomplete
1+
# Google Autocomplete
2+
3+
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?
4+
5+
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.
6+
7+
## Typical usage scenario
8+
9+
- Data integrity is import for complete and existing addresses.
10+
- Help users work faster filling addresses.
11+
- Directly have the GPS coördinates of the address.
12+
13+
## Features and limitations
14+
15+
- Search with Google for an address.
16+
- Getting the address elements separately.
17+
- Search on a company or establishment and get the address.
18+
- Supports non-persistent entities.
19+
- Isn't compatible with Google Maps widget on conflicting libraries.
20+
- Google API key is required because of Google limit usage.
21+
22+
## Installation
23+
24+
- Just download the widget from the appstore!
25+
26+
## Configuration
27+
28+
- Place the widget in a dataview.
29+
- Fill in the search attribute for the textbox.
30+
- Set the Latitude and Longitude attributes.

0 commit comments

Comments
 (0)