Class GoogleLocationBoundsWrapper

java.lang.Object
com.streamwide.smartms.lib.googlemap.ui.view.geolocation.GoogleLocationBoundsWrapper
All Implemented Interfaces:
com.streamwide.smartms.lib.template.map.ILocationBounds

public class GoogleLocationBoundsWrapper extends Object implements com.streamwide.smartms.lib.template.map.ILocationBounds
Created by streamwide on 12/28/17.
  • Constructor Details

    • GoogleLocationBoundsWrapper

      public GoogleLocationBoundsWrapper(@NonNull com.google.android.gms.maps.model.LatLngBounds latLngBounds)
  • Method Details

    • getObject

      @Nullable public Object getObject()
      Specified by:
      getObject in interface com.streamwide.smartms.lib.template.map.ILocationBounds
    • getSouthwestLatitude

      public double getSouthwestLatitude()
      Specified by:
      getSouthwestLatitude in interface com.streamwide.smartms.lib.template.map.ILocationBounds
    • getSouthwestLongitude

      public double getSouthwestLongitude()
      Specified by:
      getSouthwestLongitude in interface com.streamwide.smartms.lib.template.map.ILocationBounds
    • getNortheastLatitude

      public double getNortheastLatitude()
      Specified by:
      getNortheastLatitude in interface com.streamwide.smartms.lib.template.map.ILocationBounds
    • getNortheastLongitude

      public double getNortheastLongitude()
      Specified by:
      getNortheastLongitude in interface com.streamwide.smartms.lib.template.map.ILocationBounds