CFLGetLocation Procedure
Codeunit CFL Azure Maps Management
Get the location for an address
Overloads
| Name | Description |
|---|---|
| CFLGetLocation(code[10]; code[20]; text[30]; text[100]; Decimal; Decimal; code[20]) | Get the location for an address |
| CFLGetLocation(record "CFL Address") |
CFLGetLocation(code[10]; code[20]; text[30]; text[100]; Decimal; Decimal; code[20]) Procedure
Get the location for an address
Signature
CFLGetLocation(CountryCode: code[10]; PostCode: code[20]; City: text[30]; Address: text[100]; var latitude: Decimal; var longitude: Decimal; var geocodestatus: code[20])
Parameters
CountryCode code[10]
The country code
PostCode code[20]
The post code
City text[30]
The city
Address text[100]
The address
var latitude Decimal
var longitude Decimal
var geocodestatus code[20]
CFLGetLocation(record "CFL Address") Procedure
Signature
CFLGetLocation(var CFLAddress: record "CFL Address")