Interface ILocationBounds


public interface ILocationBounds
Created by streamwide on 12/28/17.
  • Method Details

    • getObject

      @Nullable Object getObject()
    • getSouthwestLatitude

      double getSouthwestLatitude()
    • getSouthwestLongitude

      double getSouthwestLongitude()
    • getNortheastLatitude

      double getNortheastLatitude()
    • getNortheastLongitude

      double getNortheastLongitude()