SDZGeoCode_Service Class Reference

The implementation classes and methods for the GeoCode_Service web service.

Inherits from SoapService.

Properties

Instance Methods

geocode:location:

Returns SDZArrayOfGeocoderResult* to the designated SoapDelegate.

- (SoapRequest*) geocode: (id <SoapDelegate>) handler location: (NSString*) location

geocode:action:location:

Returns SDZArrayOfGeocoderResult* to the specified target/action receiver.

- (SoapRequest*) geocode: (id) target action: (SEL) action location: (NSString*) location;

geocode_address:address:

Returns SDZArrayOfGeocoderAddressResult* to the designated SoapDelegate.

- (SoapRequest*) geocode_address: (id <SoapDelegate>) handler address: (NSString*) address

geocode_address:action:address:

Returns SDZArrayOfGeocoderAddressResult* to the specified target/action receiver.

- (SoapRequest*) geocode_address: (id) target action: (SEL) action address: (NSString*) address;

geocode_intersection:intersection:

Returns SDZArrayOfGeocoderIntersectionResult* to the designated SoapDelegate.

- (SoapRequest*) geocode_intersection: (id <SoapDelegate>) handler intersection: (NSString*) intersection

geocode_intersection:action:intersection:

Returns SDZArrayOfGeocoderIntersectionResult* to the specified target/action receiver.

- (SoapRequest*) geocode_intersection: (id) target action: (SEL) action intersection: (NSString*) intersection;