google-maps-api-2
How do I access Google Map Maker Maps in the V3 API?
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[详细]
2023-02-11 03:44 分类:问答How to snap a polyline to a road with walking travelmode in Google Maps?
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[详细]
2023-02-05 00:58 分类:问答Google Reverse-Geocode - Get ZIP code
Here is my current code on how I\'m getting different components. function getGeocodeFull($address) { if (empty($address)) return false;[详细]
2023-02-04 08:59 分类:问答Google Maps (API v2) + jQuery UI Dialog, Non stoppable dragging problem
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).[详细]
2023-01-31 02:38 分类:问答Find nearest resturant, coffee shop, and grocery store using google maps in android
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.[详细]
2023-01-30 08:38 分类:问答Google Maps API v2 infoWindow tail/pointer size
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.[详细]
2023-01-26 21:26 分类:问答Google Map doesn't load in Thickbox in IE8
I have a Google Map (API v2). It is located in http://mydomain/maps. Under that address it works fine in every browser.[详细]
2023-01-25 19:06 分类:问答Use Bing to geocode and Google maps api to display the map
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[详细]
2023-01-25 09:11 分类:问答How can I show different markers on a map?
I am displaying markers on a map. I am not sure how I can specify a different drawable resource for different markers?[详细]
2023-01-25 00:44 分类:问答Google maps API - GStreetviewPanorama - Remove Address Overlay
GEvent.addListener(marker, \"click\", function() { 开发者_开发知识库 panoramaOptions = { addressControl: false,navigationControl: false };[详细]
2023-01-23 12:59 分类:问答