_getAddress

(API version 2.0)

WDS_AddressItem[] _getAddress ( string kodf , string username , string pass , string points )

Description

The function translates the numeric coordinates into a text address.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string points

Return value

WDS_AddressItem[]
  • WDS_AddressItem
    • int Id

      identifier

    • float Ew

      latitude

    • float El

      longitude

    • string Country

      country name

    • string City

      city name

    • string Street

      street name

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getAddress($kodf, $username, $pass, $points);

Test

To test the function, enter parameters in form below and press Try it out button.

Company login code
Login username
Login password

* Required field