Creates a new IPLocation object.
This object contains all the information about a the location of a IP Adress
city:String [read-write]
Implementation public function get city():String public function set city(value:String):voidcountryCode:String [read-write]
Implementation public function get countryCode():String public function set countryCode(value:String):voidcountryName:String [read-write]
Implementation public function get countryName():String public function set countryName(value:String):voidip:String [read-write]
Implementation public function get ip():String public function set ip(value:String):voidlat:Number [read-write]
Implementation public function get lat():Number public function set lat(value:Number):voidlon:Number [read-write]
Implementation public function get lon():Number public function set lon(value:Number):voidregionCode:Number [read-write]
Implementation public function get regionCode():Number public function set regionCode(value:Number):voidregionName:String [read-write]
Implementation public function get regionName():String public function set regionName(value:String):voidpublic function clsIPinfodb(_ip:String, _countryCode:String, _countryName:String, _regionCode:Number = 0, _regionName:String, _city:String, _lat:Number = 0, _lon:Number = 0)
Basic constructor for a new Configuration instance
Parameters | _ip:String — the current IPLocation
|
| |
| _countryCode:String — the country code of the current IPLocation
|
| |
| _countryName:String — the country name of the current IPLocation
|
| |
| _regionCode:Number (default = 0) — the region code of the current IPLocation
|
| |
| _regionName:String — the region name of the current IPLocation
|
| |
| _city:String — the city of the current IPLocation
|
| |
| _lat:Number (default = 0) — the lat number of the current IPLocation
|
| |
| _lon:Number (default = 0) — the lon number of the current IPLocation
|
public function toTestString():String
A test method that returns the properties of the IPLocation object to a String.
Returns | String — String result of the output as a String variable
|
public function toTestTrace():void
A test method that traces the properties of the IPLocation object.
dinsdag juni 9 2009, 09:18 N.M. +02:00