Top "Bounds" questions

In user interfaces and graphics, bounds refer to the size and location of a window or view.

Checking the int limits in stoi() function in C++

I have been given a string y in which I'm ensured that it only consists digits. How do I check …

c++ string int bounds
Adding a TabBarController as the Subview of a View

I am loading a splash screen when my app starts. Then I want to load a TabBarController and it's ViewControllers. …

cocoa-touch uitabbarcontroller frame bounds
RegEx in Node/Javascript - how to get pattern match bounds?

Currently, I'm using regex in Javascript / Node via find() and that works for finding the beginning of the pattern. But …

javascript node.js pattern-matching bounds
google map map.fitBounds() and bounds.extend() are not working as expected.

I have a piece of code below which is using bounds.extend() and map.fitBounds() to resize the map to …

javascript google-maps google-maps-api-3 bounds fitbounds
self.view.bounds.size.width return wrong value

I am facing a very strange problem now. Getting [[self view] bounds].size.width always 320 it's not changing according to …

objective-c iphone bounds
Android Google Maps get Boundary Co-ordinates

I am using Google Maps v2 in my application. When the user pans or zooms on the screen I would …

android google-maps-android-api-2 bounds
How to get bounds of a google static map?

How to get bounds in degrees of google static map which has been returned, for example, for following request http://…

google-maps map latitude-longitude bounds
Google Maps JavaScript API - Automate Zoom Level?

I'm working with multiple map markers. Currently I use map.fitBounds(bounds); in my JavaScript to resize the map. bounds …

javascript google-maps-api-3 zooming bounds
google maps. how to create a LatLngBounds rectangle (square) given coords of a central point

I have a point (X,Y) and I want to create a square , Google maps LatLngBounds object so to make …

google-maps google-maps-api-3 bounds
Determine the bounding rect of a WPF element relative to some parent

I consider this a pretty simple request, but I can't seem to find a conclusive answer in my searches. How …

c# wpf layout bounds rect