|
PL SDK - Software Development Kit
5.4.0
API Reference
|
#include <wpsapi.h>

Public Attributes | |
| char * | ip |
| double | latitude |
| double | longitude |
| WPS_StreetAddress * | street_address |
Geographic location based on the IP address of the client making the request.
| char* WPS_IPLocation::ip |
the IP address of the client as received by the server.
| double WPS_IPLocation::latitude |
the estimated physical geographic location.
| double WPS_IPLocation::longitude |
| WPS_StreetAddress* WPS_IPLocation::street_address |
physical street address, only returned when the street_address_lookup parameter is set to WPS_LIMITED_STREET_ADDRESS_LOOKUP or WPS_FULL_STREET_ADDRESS_LOOKUP.