geo.getUsersFromArea
Syntax
mixed geo.getUsersFromArea ( int vhost, array northEast, array southWest )Argument Info
Type | Description | |||
---|---|---|---|---|
none | The vhost of the application. | |||
none | The north-east (upper-right) point of the square that defines the area for the users. Along with $southWest, is provides the co-ordinates for the area that is to show the users. Example: $northEast[0] => 62.865220228976895, $northEast[1] => -52.44921875 | |||
none | The south-west (lower-left) point of the square that defines the area for the users. Along with $northEast, is provides the co-ordinates for the area that is to show the users. Example: $southWest[0] => 35.08404808848904, $southWest[1] => -131.55078125 |
Response
Below are the fields available in the returned array.
An example is: [external_id] => Array( [0] => Array( [external_id_provider] => facebook [external_id] => 881845421 ) ) |
Return Values
Field | Description | Possible Values |
---|