CFLGetAddresFromJson Procedure

  • 2 minutes to read

Codeunit CFL Azure Maps Management

Get the address from a json object

Signature

CFLGetAddresFromJson(Address: JsonObject; var AddressLine: text[100]; var PostCode: code[20]; var City: text[30]; var County: text[30]; var Country: code[10]; var Latitude: Decimal; var Longitude: Decimal)

Parameters

Address JsonObject

The json object

var AddressLine text[100]

The address line

var PostCode code[20]

The post code

var City text[30]

The city

var County text[30]

The county

var Country code[10]

The country

var Latitude Decimal

The latitude

var Longitude Decimal

The longitude