MobileCRM.Services.GeoAddress - Resconet/JSBridge GitHub Wiki

MobileCRM.Services.GeoAddress Object

[v9.3] Represents a service for translating geo position into the civic address and back.

Properties

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.

Methods

Method Description
toLocation Translates the civic address represented by GeoAddress object into GPS position.

Functions

Function Description
fromLocation Translates the geo position represented by latitude and longitude values into the GeoAddress object.