Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| success | Function | No | Callback with selected location |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| name | String | Location name |
| address | String | Full address |
| latitude | Number | Latitude |
| longitude | Number | Longitude |