![]() |
ObjectiveC SDK
2.0
|
IpLocationResultsResponse.h. More...
#include <LocateIpResultsResponse.h>
Public Member Functions | |
| LocateIpResultsResponse * | initWith:withRadius:withLocateIpResultsIsInRegionResponse: (NSString *ipAddress,[withRadius] NSString *radius,[withLocateIpResultsIsInRegionResponse] LocateIpResultsIsInRegionResponse *isInRegionResponse) |
Properties | |
| NSString * | myIpAddress |
| NSString * | myRadius |
| LocateIpResultsIsInRegionResponse * | myIsInRegionResponse |
IpLocationResultsResponse.h.
Creates new server response object for further use in application.
| LocateIpResultsResponse * LocateIpResultsResponse::initWith:withRadius:withLocateIpResultsIsInRegionResponse: | ( | NSString* | ipAddress, |
| [withRadius] NSString* | radius, | ||
| [withLocateIpResultsIsInRegionResponse] LocateIpResultsIsInRegionResponse* | isInRegionResponse | ||
| ) | [virtual] |
Provides new server answer object containing radius and whether ip adress is within region.
| ipAddress | given ipAddress |
| radius | given radius |
| isInRegionResponse | given information whether ip address is within a certain region |
NSString* LocateIpResultsResponse::myIpAddress [read, write, retain] |
LocateIpResultsIsInRegionResponse* LocateIpResultsResponse::myIsInRegionResponse [read, write, retain] |
NSString* LocateIpResultsResponse::myRadius [read, write, retain] |
1.7.5