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 Summary
ConstructorsConstructorDescriptionGoogleLocationBoundsWrapper(com.google.android.gms.maps.model.LatLngBounds latLngBounds) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledouble
-
Constructor Details
-
GoogleLocationBoundsWrapper
public GoogleLocationBoundsWrapper(@NonNull com.google.android.gms.maps.model.LatLngBounds latLngBounds)
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfacecom.streamwide.smartms.lib.template.map.ILocationBounds
-
getSouthwestLatitude
public double getSouthwestLatitude()- Specified by:
getSouthwestLatitudein interfacecom.streamwide.smartms.lib.template.map.ILocationBounds
-
getSouthwestLongitude
public double getSouthwestLongitude()- Specified by:
getSouthwestLongitudein interfacecom.streamwide.smartms.lib.template.map.ILocationBounds
-
getNortheastLatitude
public double getNortheastLatitude()- Specified by:
getNortheastLatitudein interfacecom.streamwide.smartms.lib.template.map.ILocationBounds
-
getNortheastLongitude
public double getNortheastLongitude()- Specified by:
getNortheastLongitudein interfacecom.streamwide.smartms.lib.template.map.ILocationBounds
-