Hi All,
The GlocalSearch() object appears to be unusable after setting
setCenterPoint() property. Given below is a snippet of mine.
localSearch = new GlocalSearch();
localSearch.setCenterPoint("Australia");
localSearch.setSearchCompleteCallback(null,function() {
//Do something
});
The above code returns perfect result by removing
localSearch.setCenterPoint("Australia").
Please find my implementation in http://dev.touringtoaustralia.com/local.html
.
-Many Thanks
TTA
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.