[Google Maps API v3] Re: Businesses places on my map

2011-12-09 Thread Null Pointer
Is this what you are looking for?

http://groups.google.com/group/google-maps-js-api-v3/msg/e0f5c3fdd82264ca

A very hackish way of doing that, but its the official way.

-- 
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 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 official word from google about

2011-09-16 Thread Null Pointer
CACHE-MANIFEST?
We are building a mobile web app that uses maps. I see in some blog
post suggestions to use
CACHE-MANIFEST file for caching map files (javascript and tile images)
on the browser side, for example:
http://blogs.missouristate.edu/web/2010/05/12/google-maps-api-v3-developing-for-mobile-devices/

Is there any official recommendation from google about using those
files?
More specifically:
1.  Is there a suggested file for maps?
2.  Are there any files that should never be cached? For example
javascript files that that may change on software updates and bug
fixes.

Thanks

-- 
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 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: 2011/8/24 - New Release

2011-09-06 Thread Null Pointer
This style does not work properly. When the user mouse over a
business, the cursor changes from hand to pointer (indicates that its
clickable).

There needs to be a better way to disable it so the cursor does not
change when its moved on the map. Preferably not load the businesses
at all.

Ideally this should be a layer that is added in javascript. If its not
added, it does not run.

-- 
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 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: How do I prevent Places bubble on click?

2011-09-06 Thread Null Pointer
This is very bad news. It kills the phones performance. It is slow to
the point of a deal breaker for our android app (which we test on fast
phones), we are thinking of switching to java.

I assume hiding it with CSS does nothing to improve performance?

-- 
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 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] How do I prevent Places bubble on click?

2011-09-05 Thread Null Pointer
I noticed recently that if I click on the map, a bubble shows up with
a place.
I want to disable that.

I guess I can add a click event, but I rather not do it and disable
that functionality completely, hopefully not even load the JS code.
This is a phone app and it needs every bit of performance we can
squeeze.

I can't find any way to control it in the API.

Any ideas?

-- 
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 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.