com.hack23.cia.service.api
Interface GeoIpCountryService.IpLocation

Package class diagram package GeoIpCountryService.IpLocation
All Known Implementing Classes:
GeoIpCountryServiceImpl.IpLocationImpl
Enclosing interface:
GeoIpCountryService

public static interface GeoIpCountryService.IpLocation

The Interface IpLocation.


Method Summary
 String getCity()
          Gets the city.
 String getCountryCode()
          Gets the country code.
 String getCountryName()
          Gets the country name.
 float getLatitude()
          Gets the latitude.
 float getLongitude()
          Gets the longitude.
 String getPostalCode()
          Gets the postal code.
 String getRegion()
          Gets the region.
 

Method Detail

getCity

String getCity()
Gets the city.

Returns:
the city

getCountryCode

String getCountryCode()
Gets the country code.

Returns:
the country code

getCountryName

String getCountryName()
Gets the country name.

Returns:
the country name

getLatitude

float getLatitude()
Gets the latitude.

Returns:
the latitude

getLongitude

float getLongitude()
Gets the longitude.

Returns:
the longitude

getPostalCode

String getPostalCode()
Gets the postal code.

Returns:
the postal code

getRegion

String getRegion()
Gets the region.

Returns:
the region


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.