PL SDK - Software Development Kit  5.4.0
API Reference
WPS_IPLocation Struct Reference

#include <wpsapi.h>

Collaboration diagram for WPS_IPLocation:
Collaboration graph

Public Attributes

char * ip
 
double latitude
 
double longitude
 
WPS_StreetAddressstreet_address
 

Detailed Description

Geographic location based on the IP address of the client making the request.

Note
This information is likely not accurate, but may give some indication as to the general location of the request and may provide some hints for the client software to act and react appropriately.

Member Data Documentation

◆ ip

char* WPS_IPLocation::ip

the IP address of the client as received by the server.

◆ latitude

double WPS_IPLocation::latitude

the estimated physical geographic location.

◆ longitude

double WPS_IPLocation::longitude

◆ street_address

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.


The documentation for this struct was generated from the following file: