-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.GeoAddress
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
[v9.3] Represents a service for translating geo position into the civic address and back.
| Property | Type | Description |
|---|---|---|
| streetNumber | String | Gets or sets the street number. |
| street | String | Gets or sets the street. |
| city | String | Gets or sets the city. |
| zip | String | Gets or sets the zip code. |
| stateOrProvince | String | Gets or sets the state or province. |
| country | String | Gets or sets the country. |
| isValid | String | Indicates whether the address is valid. |
| Method | Description |
|---|---|
| toLocation | Translates the civic address represented by GeoAddress object into GPS position. |
| Function | Description |
|---|---|
| fromLocation | Translates the geo position represented by latitude and longitude values into the GeoAddress object. |