Re: GWT Maps V3 Api, clearing directions

2013-02-02 Thread riparrag
i've got the same issue: added gwt-maps-api-3.9.0-build-17.jar added gwt-ajaxloader.jar added the inherits name='com.google.gwt.maps.Maps' / in my project.gwt.xml in this line: LatLng center = LatLng.newInstance(49.496675, -102.65625); when i debug my web app i get the error: $wnd.google is

Re: GWT Maps V3 Api, clearing directions

2012-11-27 Thread chris herbert
did you get the issue with $wnd.google is undefined resolved? On Thursday, September 20, 2012 9:56:28 AM UTC-7, Deepak Singh wrote: Any guidance pls.. On Thu, Sep 20, 2012 at 1:39 AM, Deepak Singh deepaks...@gmail.comjavascript: wrote: Could not resolve the exception mentioned. Then i

Re: GWT Maps V3 Api, clearing directions

2012-11-27 Thread Brandon Donnelson
The library isn't loaded when this shows up. Have a good day, Brandon Donnelson +Follow Me https://plus.google.com/u/0/111739836936169749229/posts On Tue, Nov 27, 2012 at 9:24 PM, chris herbert cherber...@gmail.com wrote: did you get the issue with $wnd.google is undefined resolved? On

Re: GWT Maps V3 Api, clearing directions

2012-09-20 Thread Deepak Singh
Any guidance pls.. On Thu, Sep 20, 2012 at 1:39 AM, Deepak Singh deepaksingh...@gmail.comwrote: Could not resolve the exception mentioned. Then i copied PlaceSearchMapWidget.java and tried to use. But could not create the widget as PlacesService placeService =

Re: GWT Maps V3 Api, clearing directions

2012-09-19 Thread Deepak Singh
I added jar file APIs_Google_map3.8.0beta.jar to my classpath. Added this to lib also. Included inherits name='com.google.gwt.maps.Apis_Google_Maps' / to my *.gwt.xml When i run the app in local, i get the following exception Unable to find 'com/google/gwt/ajaxloader/AjaxLoader.gwt.xml' on your

Re: GWT Maps V3 Api, clearing directions

2012-09-19 Thread Deepak Singh
Now, I added gwt-ajaxloader.jar It was able to run in dev mode. Now i run the following code MapOptions mo = MapOptions.newInstance(); LatLng ll = LatLng.newInstance(Double.parseDouble(latitude), Double.parseDouble(longitude)); mo.setCenter(ll); mo.setZoom(4); mo.setMapTypeId(MapTypeId.HYBRID);

Re: GWT Maps V3 Api, clearing directions

2012-09-19 Thread Deepak Singh
Could not resolve the exception mentioned. Then i copied PlaceSearchMapWidget.java and tried to use. But could not create the widget as PlacesService placeService = PlacesService.newInstance(attrContainer, mapWidget); And i could not understand 'attrContainer' parameter. My requirement is

Re: GWT Maps V3 Api, clearing directions

2012-09-18 Thread Deepak Singh
On Tue, Sep 18, 2012 at 12:32 AM, Deepak Singh deepaksingh...@gmail.comwrote: As far as, I know there has to be a unique for using google maps. Where would i place my unique key? I have a limited requirement to find near about places using LatLong, will it be enough to use just Basic map

Re: GWT Maps V3 Api, clearing directions

2012-09-18 Thread Joseph Lust
This is the V3 Maps API. The V3 does not use API keys like V2 does. Because you download the JS from Google, and it has to start on your site (where it can detect the URL), they track the API usage that way. So, you should be able to just use the example in the

Re: GWT Maps V3 Api, clearing directions

2012-09-18 Thread Brandon Donnelson
This should be resolved, but if it isn't let me know. :) On Friday, August 31, 2012 4:47:02 AM UTC-7, Jonas wrote: I'm using the GWT Maps V3 Api from https://github.com/branflake2267/GWT-Maps-V3-Api After finding directions on the map, I'm trying to clear the previous ones before finding

Re: GWT Maps V3 Api, clearing directions

2012-09-18 Thread Brandon Donnelson
Are you looking for the PlaceServiceSearchRequest? If so, I added and example map in the live demo maps. https://github.com/branflake2267/GWT-Maps-V3-Api/blob/master/Apis_Maps_Test/src/com/google/gwt/maps/testing/client/maps/PlaceSearchMapWidget.java#L40 Brandon On Tuesday, September 4, 2012

Re: GWT Maps V3 Api, clearing directions

2012-09-04 Thread Deepak Singh
I want to use this library. I have lattitude and longitude with me and i need to show the location on the map. Also, need to find the nearest locations based on lattitue/longitude. I went through the docs but could not understand the right class to be used. Can you give me some sample code ?

Re: GWT Maps V3 Api, clearing directions

2012-09-03 Thread Thai Ha Duong
I have the same question please any one can help? On Friday, 31 August 2012 12:47:02 UTC+1, Jonas wrote: I'm using the GWT Maps V3 Api from https://github.com/branflake2267/GWT-Maps-V3-Api After finding directions on the map, I'm trying to clear the previous ones before finding new. In

GWT Maps V3 Api, clearing directions

2012-08-31 Thread Jonas
I'm using the GWT Maps V3 Api from https://github.com/branflake2267/GWT-Maps-V3-Api After finding directions on the map, I'm trying to clear the previous ones before finding new. In DirectionsRenderer: /** * This method specifies the map on which directions will be rendered. Pass null

Re: GWT Maps V3 Api, clearing directions

2012-08-31 Thread Joseph Lust
Jonas, Can you please posit your issue on the GitHub tracker and we'll look into it. :) https://github.com/branflake2267/GWT-Maps-V3-Api/issues?direction=descsort=createdstate=open Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web