You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering addresses can be frustrating and errorprone, particularly in mobile scenarios.
23
+
Entering addresses can be frustrating and error-prone, particularly in mobile scenarios.
24
24
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.
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.
26
26
27
27
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.
28
28
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.
30
30
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).
32
32
33
33
## Use the component
34
34
@@ -40,36 +40,36 @@ With an app open for editing in [Power Apps Studio](https://create.powerapps.com
40
40
41
41
2. Expand **Input**.
42
42
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.
44
44
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.
46
46
47
-

47
+

48
48
49
-
You can modify the component with a number of properties.
49
+
You can modify the component by using a number of properties.
50
50
51
51
### Properties
52
52
53
53
The following properties are on the component's **Address Input** pane on the **Properties** and **Advanced** tabs.
54
54
55
55

56
56
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.
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
|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|
69
69
70
70
### Additional properties
71
71
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.
73
73
74
74
**[Text](./controls/properties-core.md)** – Text that appears on a control or that the user types into a control.
75
75
@@ -93,17 +93,17 @@ Country set | Comma separate list of countries to constrain the address suggesti
93
93
94
94
**[Fill](./controls/properties-color-border.md)** – The background color of a control.
95
95
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.
97
97
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.
99
99
100
100
**[Font](./controls/properties-text.md)** – The name of the family of fonts in which text appears.
101
101
102
102
**[FontWeight](./controls/properties-text.md)** – The weight of the text in a control: **Bold**, **Semibold**, **Normal**, or **Lighter**.
103
103
104
104
**[Height](./controls/properties-size-___location.md)** – The distance between a control's top and bottom edges.
105
105
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.
107
107
108
108
**[HoverBorderColor](./controls/properties-color-border.md)** – The color of a control's border when the user keeps the mouse pointer on that control.
109
109
@@ -113,15 +113,15 @@ Country set | Comma separate list of countries to constrain the address suggesti
113
113
114
114
**[Italic](./controls/properties-text.md)** – Whether the text in a control is italic.
115
115
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 betweenlines of text—for example, between items in a list.
117
117
118
118
**[OnChange](./controls/properties-core.md)** – How the app responds when the user changes the value of a control (for example, by adjusting a slider).
119
119
120
120
**[PaddingBottom](./controls/properties-size-___location.md)** – The distance between text in a control and the bottom edge of that control.
121
121
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.
123
123
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.
125
125
126
126
**[PaddingTop](./controls/properties-size-___location.md)** – The distance between text in a control and the top edge of that control.
127
127
@@ -143,12 +143,12 @@ Country set | Comma separate list of countries to constrain the address suggesti
143
143
144
144
**[Visible](./controls/properties-core.md)** – Whether a control appears or is hidden.
145
145
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.
147
147
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).
149
149
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).
151
151
152
152
## Other geospatial components
153
153
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