Hi there, I am new to the group, so I apologize if I fail to follow
any guidelines.

Basically, I want to get the Bike Map overlay from Google maps into a
MapActivity embedded in my Android app.

I see that it is possible to get the overlay in the maps app, by
selecting layers -> Bicycling So is it possible to get it in my
MapActivitiy's MapView as well?

I have found

mapView.setTraffic(true);

Basically what I need is

mapView.setBicycling(true);

However this does not seem to exist at this time. Are there any clever
ways to get this effect?
I have considered WebView, but this is too slow for my needs.
I have also considered JSON parsing, and will use this if I need to,
but this seems like it should be unnecessary since I am using the
API.

Thanks for any guidance!
Nate

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to