Touchstone 11.0 API Reference
GeocodeLocations Method


Air.Services.Proxy Assembly > (Global) Namespace > ExposureManagementServiceClient Class : GeocodeLocations Method
Contains a GeocodeLocationsRequest that identifies the list of locations to geocode, as well as the Touchstone-generated Business Unit SID and SQL Instance SID to associate with the locations.

You can geocode a maximum of 500 locations at one time.

Geocodes one or more Touchstone® Locations.
Syntax
Public Function GeocodeLocations( _
   ByVal request As GeocodeLocationsRequest _
) As GeocodeLocationsResponse
Dim instance As ExposureManagementServiceClient
Dim request As GeocodeLocationsRequest
Dim value As GeocodeLocationsResponse
 
value = instance.GeocodeLocations(request)

Parameters

request
Contains a GeocodeLocationsRequest that identifies the list of locations to geocode, as well as the Touchstone-generated Business Unit SID and SQL Instance SID to associate with the locations.

You can geocode a maximum of 500 locations at one time.

Return Value

Remarks

For each location, at minimum, you must supply the CountryCode and either:

To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Instance SID to pass into this method, call the GetSqlInstances() method.

For detailed information about geocoding in Touchstone®, see Using Geocoding in Touchstone on AIR's Client Portal.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExposureManagementServiceClient Class
ExposureManagementServiceClient Members