[Google Maps API v3] Directions API Web Service and Waypoints

2012-08-31 Thread sgiddings
Is there any plans to update this service to have the same functionality as the Directions API javascript service ? At present, the web service will treat all waypoints as "stopover" points. However, I am needing "pass through" waypoints as is available in the javascript service. Any ideas ? -

[Google Maps API v3] Drag and drop features

2012-08-31 Thread Sébastien Porta
Hi there, I am looking for a solution. I want to drag drop several objects (polylines, markers...) simultaneously, but I do not know if this is possible ... Does anyone have a solution or an idea of how can i do? Thanks in advance for your help! Regards, Sebastien -- You received this message

[Google Maps API v3] duplicate source of places

2012-08-31 Thread Andrea Grimaldi
as you can see in the image i have a duplicate of souce in the right part of the map. basically i can show the places that are usefull for me, when dragged the map adds new places bat showing a new source over the previous one... any idea?

[Google Maps API v3] Saving map and places data. Clarification on conflicting information.

2012-08-31 Thread Thomas Clowes
On my website I am trying to develop a feature utilizing the Google Maps API which allows a user to input a town name, then select the location of an establishment on the map. The idea was that a user would not know the full address of the establishment, but would probably know where it was on

[Google Maps API v3] Re: API に適用される使用制限について

2012-08-31 Thread sushi
Masashi.Kさま ご回答いただき誠にありがとうございます。 確認が遅くなりすみません(前も書いたつもりではあったのですが・・) 教えていただいたURLから申請した際に届いたメールに記載のありました 日本の担当者の方に連絡してみたところ、ご回答がいただけました。 残念ですが、日本では非営利団体等のライセンス(免除)はなく、今後も導入予定はないとのことでした。 また、無償版(といっても実質制限以降は有償)のカウントは、お聞きしていたとおりドメイン毎とのことです。 継続使用や稼働保証のためには、Businessライセンスの購入をして欲しいとのことでした。 以上、ご回答本当にありがと

[Google Maps API v3] Re: Elabels3.js (Elabels for MAPS API v3)

2012-08-31 Thread MSquarelive
Hey, Its pretty easy to use Elabels3.js New Code for usage label = new ELabel(map, map.getCenter(), '<\/canvas>',null,new google.maps.Size(-16,16)); label.setMap(map); First parameter map is added in v3. In v3 addOverlay is replaced with setMap. addOverlay was method of map where setMap is m

Re: [Google Maps API v3] Re: Having trouble merging 2 different codes

2012-08-31 Thread Andrew Leach
On 31 August 2012 10:14, ProbablyMike wrote: > Where you are trying to load the maps API doesn't look right > http://maps.google.com/maps/api/js?sensor=false&.js I think the .js on the end of a url is intended to force early versions of IE to treat what arrives as the right MIME type. It won't h

[Google Maps API v3] Re: Having trouble merging 2 different codes

2012-08-31 Thread ProbablyMike
First question, what do you mean by "I know that I am using 2 different styles of coding"? Secondly, it's impossible to run your code. If you view it using the link above, it's trying to load /js/lib/dummy.js, /css/normalize.css and /css/result-light.css but of course there is no way to find t