Package w.geo.api

Interface GeoLocation

All Known Implementing Classes:
ImmutableGeoLocation, UnknownGeoLocation

@Immutable public interface GeoLocation
Author:
whilein
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
    @Nullable Country
     
  • Method Details

    • getCity

      @Contract(pure=true) @Nullable @Nullable String getCity()
    • getCountry

      @Contract(pure=true) @Nullable @Nullable Country getCountry()