Closed netwrkx closed 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).
I think this question should be posted on stackoverflow.
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).