Uses of Record Class
com.maxmind.geoip2.record.Location
Packages that use Location
-
Uses of Location in com.maxmind.geoip2.model
Methods in com.maxmind.geoip2.model that return LocationModifier and TypeMethodDescriptionCityResponse.getLocation()Deprecated, for removal: This API element is subject to removal in a future version.EnterpriseResponse.getLocation()Deprecated, for removal: This API element is subject to removal in a future version.UseEnterpriseResponse.location()instead.InsightsResponse.getLocation()Deprecated, for removal: This API element is subject to removal in a future version.UseInsightsResponse.location()instead.CityResponse.location()Returns the value of thelocationrecord component.EnterpriseResponse.location()Returns the value of thelocationrecord component.InsightsResponse.location()Returns the value of thelocationrecord component.Constructors in com.maxmind.geoip2.model with parameters of type LocationModifierConstructorDescriptionCityResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Compact canonical constructor that sets defaults for null values.EnterpriseResponse(City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Compact canonical constructor that sets defaults for null values.InsightsResponse(Anonymizer anonymizer, City city, Continent continent, Country country, Location location, MaxMind maxmind, Postal postal, Country registeredCountry, RepresentedCountry representedCountry, List<Subdivision> subdivisions, Traits traits) Compact canonical constructor that sets defaults for null values.
CityResponse.location()instead.