Package org.graylog.plugins.map.geoip
Class GeoLocationInformation
java.lang.Object
org.graylog.plugins.map.geoip.GeoLocationInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringcityName()abstract Stringabstract Stringstatic GeoLocationInformationcreate(double latitude, double longitude, String countryIsoCode, String countryName, String cityName, String region, String timeZone) abstract doublelatitude()abstract doubleabstract Stringregion()abstract StringtimeZone()
-
Constructor Details
-
GeoLocationInformation
public GeoLocationInformation()
-
-
Method Details
-
latitude
public abstract double latitude() -
longitude
public abstract double longitude() -
countryIsoCode
-
countryName
-
cityName
-
region
-
timeZone
-
create
-