Google (and especially the Google+ team) are keeping very busy. While I/O 2013 may have wrapped up last week, the company's just unveiled a new update. Go

(Continue reading…)

Google (and especially the Google+ team) are keeping very busy. While I/O 2013 may have wrapped up last week, the company's just unveiled a new update. Go

(Continue reading…)

I’m trying to remove the default shadows on labels on google maps. I’m sure it’s simple but for the life of me I can’t get them to disappear. Any help much appreciated. function addMarkers() { console.log(locations); $(locations).each(function(index, location) { var coords = location.coordinates.split(‘,’); var latlng = new google.maps.LatLng(coords[0], coords[1]); var marker = new google.maps.Marker({ position: [...]

(Continue reading…)

I’m trying to remove the default shadows on labels on google maps. I’m sure it’s simple but for the life of me I can’t get them to disappear. Any help much appreciated. function addMarkers() { console.log(locations); $(locations).each(function(index, location) { var coords = location.coordinates.split(‘,’); var latlng = new google.maps.LatLng(coords[0], coords[1]); var marker = new google.maps.Marker({ position: [...]

(Continue reading…)

I am working on GoogleMap. I need to set the latitude and longitude corresponding to the four corners of the GoogleMap which is currently visible to me on my android device screen. We can get the those values using, map.getProjection().getVisibleRegion().farLeft; for the current zoom level. But i want to know if there’s any method to [...]

(Continue reading…)

I am working on GoogleMap. I need to set the latitude and longitude corresponding to the four corners of the GoogleMap which is currently visible to me on my android device screen. We can get the those values using, map.getProjection().getVisibleRegion().farLeft; for the current zoom level. But i want to know if there’s any method to [...]

(Continue reading…)

I am trying to use Google’s map API to only return cities from their json request: https://maps.googleapis.com/maps/api/place/autocomplete/json?input=green%20lanes&types=geocode&sensor=false&types=regions&key=*API KEY HERE* The key being &types=regions but it still returns all results. For example, I am searching for the street Green Lanes and rather than returning cities that might contain Green Lanes its returning the street in London [...]

(Continue reading…)

I am trying to use Google’s map API to only return cities from their json request: https://maps.googleapis.com/maps/api/place/autocomplete/json?input=green%20lanes&types=geocode&sensor=false&types=regions&key=*API KEY HERE* The key being &types=regions but it still returns all results. For example, I am searching for the street Green Lanes and rather than returning cities that might contain Green Lanes its returning the street in London [...]

(Continue reading…)

I need to get the google maps zoom level for a bounding box in the server side (that is coded in java) any ideas?

(Continue reading…)

I need to get the google maps zoom level for a bounding box in the server side (that is coded in java) any ideas?

(Continue reading…)