Skip to content

Commit a57a08f

Browse files
Merge pull request #3012 from MicrosoftDocs/edit_1859671
edit for task 1859671
2 parents 82f3212 + f149cd2 commit a57a08f

File tree

3 files changed

+85
-88
lines changed

3 files changed

+85
-88
lines changed

powerapps-docs/maker/canvas-apps/geospatial-component-input-address.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 6/11/2020
10+
ms.date: 6/12/2020
1111
ms.author: iawilt
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
16-
ms.custom: ce06032020
16+
ms.custom: ce06122020
1717
---
1818

1919
# Address input component (Preview)
2020

2121
[!INCLUDE [cc-beta-prerelease-disclaimer.md](../../includes/cc-beta-prerelease-disclaimer.md)]
2222

23-
Entering addresses can be frustrating and error prone, particularly in mobile scenarios.
23+
Entering addresses can be frustrating and error-prone, particularly in mobile scenarios.
2424

25-
The address input component lets you see dynamic address suggestions as you type. Using fuzzy matching logic, the component suggests multiple potential address matches that the user can selectmaking it quicker and easier to enter accurate addresses.
25+
The address input component lets you see dynamic address suggestions as you type. Using fuzzy matching logic, the component suggests multiple potential address matches that the user can select—making it quicker and easier to enter accurate addresses.
2626

2727
The component returns the address as structured data, allowing your application to extract information like city, street, municipality, and even latitude and longitude. The data is in a format friendly to many locales and international address formats.
2828

29-
To use the component, you need to [enable the geospatial features for the environment](geospatial-overview.md#enable-the-geospatial-features-for-the-environment) as well as [enable the geospatial features for each app](geospatial-overview.md#enable-the-geospatial-features-for-each-app) that you want to use it in.
29+
To use the component, you need to [enable geospatial features for the environment](geospatial-overview.md#enable-the-geospatial-features-for-the-environment) in addition to [enabling geospatial features for each app](geospatial-overview.md#enable-the-geospatial-features-for-each-app) that you want to use it in.
3030

31-
Make sure to also [review the prerequisites for using geospatial components](geospatial-overview.md#prerequisites).
31+
Make sure you also [review the prerequisites for using geospatial components](geospatial-overview.md#prerequisites).
3232

3333
## Use the component
3434

@@ -40,36 +40,36 @@ With an app open for editing in [Power Apps Studio](https://create.powerapps.com
4040

4141
2. Expand **Input**.
4242

43-
3. Select the component **Address input (preview)** to place it in the center of the app screen, or drag and drop it to position it anywhere on the screen.
43+
3. Select the component **Address input (preview)** to place it in the center of the app screen, or drag it to position it anywhere on the screen.
4444

45-
4. (Optional) Select **Allow** on the prompt that asks to know your ___location. This enables the component to bias results by the user's current ___location.
45+
4. (Optional) Select **Allow** in the window that asks to know your ___location. This enables the component to bias results by the user's current ___location.
4646

47-
![Allow highlighted on the window that asks to know your ___location](./media/geospatial/address-allow.png "Allow highlighted on the window that asks to know your ___location")
47+
![Allow highlighted in the window that asks to know your ___location](./media/geospatial/address-allow.png "Allow highlighted in the window that asks to know your ___location")
4848

49-
You can modify the component with a number of properties.
49+
You can modify the component by using a number of properties.
5050

5151
### Properties
5252

5353
The following properties are on the component's **Address Input** pane on the **Properties** and **Advanced** tabs.
5454

5555
![The properties are in the side panel](./media/geospatial/address-properties.png "The properties are in the side panel")
5656

57-
Some properties are only available in the **Advanced** tab, under the **More options** section.
57+
Some properties are only available on the **Advanced** tab, in the **More options** section.
5858

59-
Property | Description | Type | Location
60-
- | - | - | -
61-
Enable autofill | Whether the component gives address suggestions. | Boolean | Properties
62-
Search result limit | The number of suggested addresses the component displays. | Integer | Properties
63-
Search within radius | Whether the component should suggest addresses within the user-defined **Radius** of the **Latitude** and **Longitude**. | Boolean | Properties
64-
Latitude | The latitude of the center point used to geobias address suggestions. Requires **Search within radius** to be on. | Decimal between -180 and 180 | Properties
65-
Longitude | The longitude of the center point used to geobias address suggestions. Requires **Search within radius** to be on. | Decimal between -180 and 180 | Properties
66-
Radius | The radius in meters around the **Latitude** and **Longitude** to constrain the address suggestions. Requires **Search within radius** to be on. | Decimal | Properties
67-
Language | The language the address suggestions are returned in | String | Properties
68-
Country set | Comma separate list of countries to constrain the address suggestions to, in ISO 3166 alpha-2 country codes, for example, "US, FR, KW". | String | Properties
59+
| Property | Description | Type | Location |
60+
| - | - | - | - |
61+
| Enable autofill | Whether the component gives address suggestions. | Boolean | Properties |
62+
| Search result limit | The number of suggested addresses the component displays. | Integer | Properties |
63+
| Search within radius | Whether the component should suggest addresses within the user-defined **Radius** of the **Latitude** and **Longitude**. | Boolean | Properties |
64+
| Latitude | The latitude of the center point used to geo-bias address suggestions. Requires **Search within radius** to be on. | Decimal from –180 through 180 | Properties |
65+
| Longitude | The longitude of the center point used to geo-bias address suggestions. Requires **Search within radius** to be on. | Decimal from –180 through 180 | Properties |
66+
| Radius | The radius, in meters, around **Latitude** and **Longitude** to constrain the address suggestions. Requires **Search within radius** to be on. | Decimal | Properties |
67+
| Language | The language the address suggestions are returned in | String | Properties |
68+
| Country set | Comma-separated list of countries to constrain the address suggestions to, in ISO 3166 alpha-2 country codes. For example, **US, FR, KW** | String | Properties |
6969

7070
### Additional properties
7171

72-
**[Default](./controls/properties-core.md)** – The initial value of a control before it is changed by the user.
72+
**[Default](./controls/properties-core.md)** – The initial value of a control before it's changed by the user.
7373

7474
**[Text](./controls/properties-core.md)** – Text that appears on a control or that the user types into a control.
7575

@@ -93,17 +93,17 @@ Country set | Comma separate list of countries to constrain the address suggesti
9393

9494
**[Fill](./controls/properties-color-border.md)** – The background color of a control.
9595

96-
**[FocusedBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the control is focused.
96+
**[FocusedBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the control is in focus.
9797

98-
**[FocusedBorderThickness](./controls/properties-color-border.md)** – The thickness of a control's border when the control is focused.
98+
**[FocusedBorderThickness](./controls/properties-color-border.md)** – The thickness of a control's border when the control is in focus.
9999

100100
**[Font](./controls/properties-text.md)** – The name of the family of fonts in which text appears.
101101

102102
**[FontWeight](./controls/properties-text.md)** – The weight of the text in a control: **Bold**, **Semibold**, **Normal**, or **Lighter**.
103103

104104
**[Height](./controls/properties-size-___location.md)** – The distance between a control's top and bottom edges.
105105

106-
**HintText** – Light-grey text that appears in an input-text control if it's empty.
106+
**HintText** – Light-gray text that appears in an input-text control if it's empty.
107107

108108
**[HoverBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the user keeps the mouse pointer on that control.
109109

@@ -113,15 +113,15 @@ Country set | Comma separate list of countries to constrain the address suggesti
113113

114114
**[Italic](./controls/properties-text.md)** – Whether the text in a control is italic.
115115

116-
**[LineHeight](./controls/properties-text.md)** – The distance between, for example, lines of text or items in a list.
116+
**[LineHeight](./controls/properties-text.md)** – The vertical distance between lines of text—for example, between items in a list.
117117

118118
**[OnChange](./controls/properties-core.md)** – How the app responds when the user changes the value of a control (for example, by adjusting a slider).
119119

120120
**[PaddingBottom](./controls/properties-size-___location.md)** – The distance between text in a control and the bottom edge of that control.
121121

122-
**[PaddingLeft](./controls/properties-size-___location.md)** – The distance between text in a control and the left edge of that control.
122+
**[PaddingLeft](./controls/properties-size-___location.md)** – The distance between text in a control and the leftmost edge of that control.
123123

124-
**[PaddingRight](./controls/properties-size-___location.md)** – The distance between text in a control and the right edge of that control.
124+
**[PaddingRight](./controls/properties-size-___location.md)** – The distance between text in a control and the rightmost edge of that control.
125125

126126
**[PaddingTop](./controls/properties-size-___location.md)** – The distance between text in a control and the top edge of that control.
127127

@@ -143,12 +143,12 @@ Country set | Comma separate list of countries to constrain the address suggesti
143143

144144
**[Visible](./controls/properties-core.md)** – Whether a control appears or is hidden.
145145

146-
**[Width](./controls/properties-size-___location.md)** – The distance between a control's left and right edges.
146+
**[Width](./controls/properties-size-___location.md)** – The distance between a control's leftmost and rightmost edges.
147147

148-
**[X](./controls/properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
148+
**[X](./controls/properties-size-___location.md)** – The distance between the leftmost edge of a control and the leftmost edge of its parent container (or screen, if the control has no parent container).
149149

150-
**[Y](./controls/properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
150+
**[Y](./controls/properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (or screen, if the control has no parent container).
151151

152152
## Other geospatial components
153153

154-
- Visualize and interpret ___location data with the **[Interactive map](geospatial-component-map.md)** component.
154+
To visualize and interpret ___location data, use the **[Interactive map](geospatial-component-map.md)** component.

0 commit comments

Comments
 (0)