[Google Maps API v3] Re: Geocoding API not returning lat/long for a valid complete address

2011-12-14 Thread PoojaC
Thanks for your reply.
When I investigated further on this issue, i found out that the reason is 
not that this address is new or not in geocoder db but the issue is the *postal 
code*. When i remove the postal code, it gives me the correct lat/long 
coordinates. Now, as far as i could see, this is happening with addresses 
of *India only*. One solution would be to remove this postal code but they 
would not return precise results for other addresses. Moreoever, why is 
this happening at all when geocoding api accepts the postal code in the 
input address?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/8fyvcDciyScJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Geocoding API not returning lat/long for a valid complete address

2011-12-11 Thread PoojaC
Hi All,

I am facing a weird issue with Google Maps Geocoding API v3. It works fine 
for all other addresses that i have tried so far but it's giving 

me an issue with the following address.

35 & 36, Rajiv Gandhi Infotech Park,  Pune, 411057,  India
OR
Plot No 35/36,Rajiv Gandhi Infotech Park,Phase 1,MIDC,Hinjawadi,Pune,411057,
India
Even for: Rajiv Gandhi Infotech Park,  Pune, 411057,  India

The *GeocoderStatus is ZERO_RESULTS.*

Below is the code snippet.
var geocoder = new google.maps.Geocoder();
  geocoder.geocode({
  'address' : address
  },
  function (results, status) {
  if (status == google.maps.GeocoderStatus.OK) {
 
   }
   else{...}

However, the *same address is returning a valid* lat/long with 'OK' status 
in* json result *at the below link.
http://maps.googleapis.com/maps/api/geocode/json?address=35&36+Rajiv+Gandhi+Infotech+Park,+Pune,+411057,+India&sensor=true

Can anyone please tell me what is the cause of this issue and its 
resolution?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ucVPJSGWS2IJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Error in main.js - this[tb] is not a function

2011-06-27 Thread PoojaC
I understand that the information is not suffice, but currently it's not 
feasible for me to post a working link.
All i can give is the use-case, as below.

1. Initially, my map is marked with 5 markers.
2. I click on a link which forms clusters of 100 markers using 
markerclusterer.js.No error till here.
3. I click a link to clear all markers using setMap() and then put initial 5 
markers on map(as initially). To my surprize, during this step, 
MarkerClusterer method getExtendedBounds() is invoked out of somewhere. 
After this step, i see the above mentioned errors in main.js.

Please tell me if you can sense the cause of the error. I just afraid if 
presently there is any known issue with markerclusterer.js or main.js.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/w-Xx1jv8ITAJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Error in main.js - this[tb] is not a function

2011-06-27 Thread PoojaC
Hi,

I get the below error in main.js on firefox, 
*this[tb] is not a function* (52 out of range 42)

In IE, i get the error as,
Message: *Object doesn't support this property or method*
Line: 10
Char: 204
Code: 0
URI: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/5/7a/main.js


I fail to understand the reason behind it.I am using MarkerClusterer class 
as well. Don't know if it has got any relation with this error but what i 
observed is, when i click on a cluster, after that only this error comes.

Does anyone knows when/why this errors comes and how to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/Ycp0vddS9KwJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Doubt on Service Usage Limit

2011-06-23 Thread PoojaC
Can anyone who knows with certainity can reply on this? I need this 
information urgently.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/T1M_7yBX4sEJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Doubt on Service Usage Limit

2011-06-23 Thread PoojaC
Hi,

I have gone through the Google Maps Terms of Use and FAQs, and after reading 
that all i want to confirm if my understanding is correct.

My company will be using Google maps in their web application. The 
application is free to consumers and anonymous users can also use the map 
interface.

So, I think that the Google Maps JavaScript API v3 (along with 
MarkerClusterer js) can be used with no limit on the number of requests send 
to it.

Also, the use of the Google Geocoding API has a query limit of 2,500 
geolocation requests per day.

Is that correct, or I missed-out/misinterpreted something?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/B5KenfyX1vkJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-10 Thread PoojaC
Hi Larry,

Thanks for your suggestions. I do have this city attribute for all the 
addresses with me. I could have run a loop on my the result-set and group 
the results based on city, and use a custom numbered marker. However, as the 
result size is very big, i wanted to go for some clustering technique 
provided by the google api. From your(and others) reply it seems that i have 
to go for customization of MarkerClusterer; or make clusters manually,on my 
own.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/oXRr5WoNVykJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-09 Thread PoojaC
I have all the data(lat/long along with postal address) stored in the 
database. I want to cluster the locations based on region level and provide 
a marker drill down feature.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/sSt7KaMBlXoJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-09 Thread PoojaC
Hi Rossko,

In my knowledge, there is no way to find out the city under which a lat/long 
falls, without using geocoder service (which is not possible to use in my 
case). So, customization must be possible, but not in the way you mentioned.
Any other suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/_mFLeiuoI0MJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-09 Thread PoojaC
I checked out MarkerClusterer. It is a good clustering technique. However, I 
doubt if it can serve my purpose, as it creates clusters based on the grid 
size(which we can control), but not based on geographical 
boundries,i.e.,country/city/state level. 
Is any customization possible to provide me the required output?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/SeQrPuL7jAAJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-09 Thread PoojaC
It seems MarkerClusterer could be of some help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ndj5tw8s4kkJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-09 Thread PoojaC
Hi,

I have a result-set containing thousands of lat/long coordinates which i 
want to show on the map, but in an aggregated manner. I want to group my 
results based on region levels(i.e., country,state,city,street). So, first i 
want to place a marker at the country-level points, clicking on each will 
show the markers at different states(present in result) in the country, and 
so on. 

Does google map js v3 api has any such feature where we can pass an entire 
set of lat/long coordinates and it groups them by city etc? If not, then is 
there any simple way to meet my requirement?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ZdbOb-3-O2YJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.