cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

getbound() #20

Closed netwrkx closed 8 years ago

netwrkx commented 8 years ago

how do i implement getbound() or is there any similar function that act as getbound() leafletjs.com

var paths = { circle: { type: 'circle', radius: geofence.radius, latlngs: $scope.markers.marker, clickable: false } };

circleBounds = paths.getBounds()

Returns the LatLngBounds of the circle (created from bounds and coordinates of its children).

tsubik commented 8 years ago

I think this question should be posted on stackoverflow.