I know in V2 of the API, i can just use setMapType(G_MAPMAKER_HYBRID_MAP) to call the Google Map Maker maps, but how do I get thi开发者_如何学编程s in V3? I tried going through the documentation, but
II want an user to draw a route with polylines on GoogleMaps. I\'ve found a way to snap a polyline ( example in the link, code in below ). The code works with the directions service to draw a polyline
Here is my current code on how I\'m getting different components. function getGeocodeFull($address) { if (empty($address)) return false;
Hey! I\'m using Google Maps API v2 (for some reason, it has to be the v2) and jQuery UI 1.8.6 (and jQu开发者_StackOverflow社区ery 1.4.1).
I am working in android sdk and using google maps api. I wanted to know if there is any way to find the nearest resturant or coffee shop or a grocery store from currentlocation of the user.
I need to reduce the size of the default infoWindow tail to be 10px and c开发者_JAVA百科entered to the map location i.e. the tail should be centered to the infoWindow and not one of the sides.
I have a Google Map (API v2). It is located in http://mydomain/maps. Under that address it works fine in every browser.
I have an application which is currently using the google map API. I like the maps much better, and I feel like you have more options with google maps. The problem is, Google maps has been very inaccu
I am displaying markers on a map. I am not sure how I can specify a different drawable resource for different markers?
GEvent.addListener(marker, \"click\", function() { 开发者_开发知识库 panoramaOptions = { addressControl: false,navigationControl: false };