Codeunit "BingMaps Geocode"
ID 74120
Methods
GeocodeCustomer
procedure GeocodeCustomer(Customer: __MissingTypeSymbol__)
Parameters
| Name |
Type |
Description |
|
Customer
|
__MissingTypeSymbol__ |
|
GeocodeCustomer
procedure GeocodeCustomer(Customer: __MissingTypeSymbol__, var BingMapsCustomer: Record "BingMaps Customer", var ErrorText: Text): Boolean
Parameters
| Name |
Type |
Description |
|
Customer
|
__MissingTypeSymbol__ |
|
|
BingMapsCustomer
|
Record "BingMaps Customer" |
|
|
ErrorText
|
Text |
|
Returns
Geocode
procedure Geocode(BingMapsQuery: Text, var Latitude: Decimal, var Longitude: Decimal, var ErrorText: Text): Boolean
Parameters
| Name |
Type |
Description |
|
BingMapsQuery
|
Text |
|
|
Latitude
|
Decimal |
|
|
Longitude
|
Decimal |
|
|
ErrorText
|
Text |
|
Returns
See also