The implementation classes and methods for the GeoCode_Service web service.
Inherits from SoapService.
Returns SDZArrayOfGeocoderResult* to the designated SoapDelegate.
- (SoapRequest*) geocode: (id <SoapDelegate>) handler location: (NSString*) location
Returns SDZArrayOfGeocoderResult* to the specified target/action receiver.
- (SoapRequest*) geocode: (id) target action: (SEL) action location: (NSString*) location;
Returns SDZArrayOfGeocoderAddressResult* to the designated SoapDelegate.
- (SoapRequest*) geocode_address: (id <SoapDelegate>) handler address: (NSString*) address
Returns SDZArrayOfGeocoderAddressResult* to the specified target/action receiver.
- (SoapRequest*) geocode_address: (id) target action: (SEL) action address: (NSString*) address;
Returns SDZArrayOfGeocoderIntersectionResult* to the designated SoapDelegate.
- (SoapRequest*) geocode_intersection: (id <SoapDelegate>) handler intersection: (NSString*) intersection
Returns SDZArrayOfGeocoderIntersectionResult* to the specified target/action receiver.
- (SoapRequest*) geocode_intersection: (id) target action: (SEL) action intersection: (NSString*) intersection;