[Google Maps API v3] Re: Places library in V3

2011-05-19 Thread Spotvite
Hey Al, I am wondering how did you even get this to load in the first place? I am still struggling loading Google Places Library period. If you can help me out here it would be awesome. Peter -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

[Google Maps API v3] Re: Using the places library without a map on the same page

2011-05-19 Thread Spotvite
Hey there, question here How are you able to load Google places int he first places? I keep getting google.maps.places is undefined even when the libraries=places Just wondering -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Google Places does not load

2011-05-19 Thread Spotvite
http://maps.google.com/maps/api/js? libraries=places&sensor=false"> When I am trying to do service = new google.maps.places.PlacesService(map); service.search(request, PlaceSearchcallback); it gives me error message on firebug google.maps.places is undefined [Break On This E

[Google Maps API v3] About google.maps.places object in version 3.5 API

2011-05-19 Thread Yuxiang Luo
Hi, gang I have imported v3.5 API in my page, but find there's no google.maps.places object. How can I make that work? (I want to use Autocomplete class) src I wrote: https://maps-api-ssl.google.com/maps/api/js?v=3.5&sensor=false Thanks so much. -- Yuxiang Luo Engineer@Google -- You receiv

[Google Maps API v3] Re: about Geocoding API Accuracy

2011-05-19 Thread bella
Thanks for your reply. I also have a issue that can I use parameter "patial_match=true" which is the property of(geocoder.geocode) results[0]to trace all the cases that result go to political center? Because I find that request address both "ss,Beijing" and "三里 屯",Beijing are return "APPR

Re: [Google Maps API v3] Re: Geocoding - Building Boundries

2011-05-19 Thread Chris Broadfoot
The most likely reason for this is this part of the response: "location_type": "RANGE_INTERPOLATED", The fact is that our data is much better in some places than other. In areas where we know parcel boundaries and have rooftop data for a particular address, we may provide a much more specific bou

[Google Maps API v3] Geocoding - Building Boundries

2011-05-19 Thread Harry Kim
Is there a way to pull in building boundries via the Google API? The Google Geocoding API returns a viewport value that seems to provide this, but it seems to be fairly inconsistent: GOOD - Provides a solid outline of the Google Campus http://maps.googleapis.com/maps/api/geocode/json?address=1600+

[Google Maps API v3] Re: Geocoding - Building Boundries

2011-05-19 Thread Harry Kim
I used the wrong bad example. The URL should have been: http://maps.googleapis.com/maps/api/geocode/json?address=457%20120th%20Avenue%20Northeast+Bellevue,%20WA%2098005&sensor=false Harry On Thu, May 19, 2011 at 5:24 PM, Harry Kim wrote: > Is there a way to pull in building boundries via the

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-19 Thread Chris Broadfoot
On Fri, May 20, 2011 at 9:04 AM, geo12345 wrote: > So we can have a single layer with 20+ polygons and style each polygon > differently. > Yes! > as shown below. But can we style based on some local set of values ie not > column in the fusion table? > Definitely. You'll see in the code you pa

[Google Maps API v3] Map update rate

2011-05-19 Thread Alexandre
For website for mobile that display the user current position (taken from GPS), what update rate would be reasonable? Consider that internet connection is limited (so it takes too long to download additional tiles), mobile has limited cpu and memory resources... Any recommended strategy to define

[Google Maps API v3] Mobile design - what if data connection became unavailable?

2011-05-19 Thread Alexandre
The scenario consists of simple webpage designed for a smart phone that: 1) takes the user current position via gps 2) place a marker at the correponding position 3) move window via panTo 4) add the point to a polyline (a trail) Since the user can move to an area out of his data service, I expect

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-19 Thread geo12345
Hi Chris Sorry. I see now what you mean about dynamic styling. So we can have a single layer with 20+ polygons and style each polygon differently. as shown below. But can we style based on some local set of values ie not column in the fusion table? query: { select: 'geometry', from:

[Google Maps API v3] Re: about Geocoding API Accuracy

2011-05-19 Thread JKurtock
The GeoCoder returns a field labelled "location_type," which for an exact hit will be "ROOFTOP." In your case where it was unable to find the complete address, it would probably return "APPROXIMATE" or "GEOMETRIC_CENTER" depending on how much it was able to find. I discovered that addresses with

Re: [Google Maps API v3] Markers and custom Overlays?

2011-05-19 Thread etheriau
Worked like a charm -- Thanks Chris. Our custom overlays are similar to the default InfoPanes, but provide us with fine grain control over how they work. Have a great day. Thanks again. Eric -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: length of line

2011-05-19 Thread bertaudmarc
No, I discovered it. Same concept indeed. But I am not sure I could display the length on the radius. In a labelbox, yes, but not on the line(up or down AND in parallel). On 19 mai, 21:27, "geocode...@gmail.com" wrote: > On May 19, 10:14 am, bertaudmarc wrote: > > > The first point of the line i

[Google Maps API v3] Re: Places Autocomplete: the "types"-option seems ignored

2011-05-19 Thread Rossko
> I simply copied the example and added the "types" option according to > the documentation:http://projects.polyester.se/gmaps/places-autocomplete.html If I type sm with 'geocodes' (addresses?) selected I get e.g. Small Street If I type sm with 'establishments' selected I get e.g. Small Bar Seems

[Google Maps API v3] Re: Places Autocomplete: the "types"-option seems ignored

2011-05-19 Thread Johannes Schill
Sure! I simply copied the example and added the "types" option according to the documentation: http://projects.polyester.se/gmaps/places-autocomplete.html I get countries, cities... everything just like the original example without the option: http://code.google.com/apis/maps/documentation/javasc

[Google Maps API v3] Re: length of line

2011-05-19 Thread geocode...@gmail.com
On May 19, 10:14 am, bertaudmarc wrote: > The first point of the line is the center of a circle, le second point > is draggable and will be the radius after clicking. > During the drag, I want to display the length of the line. Have you seen this: http://code.google.com/apis/maps/articles/mvcfun/

[Google Maps API v3] Re: spatial markers in streetview panorama possible?

2011-05-19 Thread Joe Gawron
Ah, excellent! SO much to know. thanks! Joe On May 19, 1:14 pm, Rossko wrote: > >     Do you have any suggestions for flattening the perspective, so all > > markers are the same size? > > See this issuehttp://code.google.com/p/gmaps-api-issues/issues/detail?id=2969 > Note the workaround mention

[Google Maps API v3] Re: InfoWindow size

2011-05-19 Thread Rossko
> It seems that maps.google.com does something else, but I can't figure > it out. It's not based on the API and includes specialised code not available to us. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this grou

[Google Maps API v3] Re: spatial markers in streetview panorama possible?

2011-05-19 Thread Rossko
>     Do you have any suggestions for flattening the perspective, so all > markers are the same size? See this issue http://code.google.com/p/gmaps-api-issues/issues/detail?id=2969 Note the workaround mentioned -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Refresh Map Problem

2011-05-19 Thread ludba
Hello. I'm trying to develop a kind of online dashboard: map with thousand markers. I draw for each marker (with a click event) a Pie chart, bar chart and GeoChart. Each of these graphics elements has its own data but together they form the dashboard’s content. This is how I proceed. // I create th

Re: [Google Maps API v3] Re: Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread Nathan Raley
As Luke pointed out, there are several developers that are in the directory that would be more than willing to help you out. Also asking in this group will, and most likely already has, yielded you some results. On Thu, May 19, 2011 at 12:24 PM, Luke Mahé wrote: > You can also look in the Devel

Re: [Google Maps API v3] Re: Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread Luke Mahé
You can also look in the Developer Directory http://code.google.com/qualify/directory.html -- Luke On Thu, May 19, 2011 at 4:27 AM, alex spyropoulos wrote: > Thank you very much Den380 > alex > > On 19 May 2011 11:49, den380 wrote: > > hi Alex, > > > > try oDesk.com, eLance.com or similar reso

Re: [Google Maps API v3] Places Autocomplete: the "types"-option seems ignored

2011-05-19 Thread Luke Mahé
Can you please include a link to your example or include the query and location that you are using. Thanks -- Luke On Thu, May 19, 2011 at 4:55 AM, Johannes Schill wrote: > Hello, > > The "types"-option in the places autocomplete[1] seems to be ignored. > Im using the following code: > > var o

[Google Maps API v3] Re: length of line

2011-05-19 Thread bertaudmarc
The first point of the line is the center of a circle, le second point is draggable and will be the radius after clicking. During the drag, I want to display the length of the line. var ib; var traceOptions = { content: "000m", disableAutoPan: false, maxWidth: 0,

[Google Maps API v3] Re: spatial markers in streetview panorama possible?

2011-05-19 Thread Joe Gawron
Sascha, I'm struggling a bit with how the size of the markers diminish with perspective in streetview. Do you have any suggestions for flattening the perspective, so all markers are the same size? thanks Joe On May 18, 1:38 am, archinform wrote: > Hello, > > have tried to set custom ma

[Google Maps API v3] Re: InfoWindow size

2011-05-19 Thread THE_AI
Ok, I guess that I'll leave it like this... http://labs.compojoom.com/index.php/hotspots Now when you click on infowindow -> direction -> you don't get anymore a scroll bar. I'm firing the content_changed event and the api is rebuilding the window. Unfortunately there the balloon flickers... The o

[Google Maps API v3] Re: length of line

2011-05-19 Thread geocode...@gmail.com
On May 19, 7:15 am, bertaudmarc wrote: > 1) no problem for that > 2) can the infobox-label stay visible when the line is moving ? Probably. What is causing the line to move? -- Larry > > On 19 mai, 14:01, "geocode...@gmail.com" wrote: > > > On May 19, 3:03 am, bertaudmarc wrote: > > > > Is

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-19 Thread geo12345
Hi Chris Thanks for the reply. Yes we are using Google Fusion Tables Layers but in the 3.5 Maps release the number of layers was restricted to just 5 !!! That was partly what prompted this question because if previously we could obtain 20 Fusion layers and now we can only obtain 5 layers then

[Google Maps API v3] Dvi in KML Description

2011-05-19 Thread s.zieglme...@gmx.de
Hello, I want to create and define a Div-Container in the description of a kml-file. Is this supportet in kml? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegro

[Google Maps API v3] Re: length of line

2011-05-19 Thread bertaudmarc
1) no problem for that 2) can the infobox-label stay visible when the line is moving ? On 19 mai, 14:01, "geocode...@gmail.com" wrote: > On May 19, 3:03 am, bertaudmarc wrote: > > > Is it possible/easy to display under a line (build with polyline) its > > length ? > > Yes. > > 1. calculate the

[Google Maps API v3] Re: several superposed events

2011-05-19 Thread bertaudmarc
Ok you are right ! That means an object covering another one covers also the events of the another one. On 19 mai, 13:46, Rossko wrote: > > I associate the display of current Lat/Lng with the event mousemove on > > map. > > I draw a circle and change the color with the events mouseover and > > mo

[Google Maps API v3] Re: InfoWindow size

2011-05-19 Thread THE_AI
Ok, now I'm one step further: http://labs.compojoom.com/index.php/hotspots If you click on a marker it will open the infowindow without any scroll bars. What did I do? The content for the marker was an html string. I have encapsulated this string into an div dom element. Then I've injected the na

[Google Maps API v3] Re: length of line

2011-05-19 Thread geocode...@gmail.com
On May 19, 3:03 am, bertaudmarc wrote: > Is it possible/easy to display under a line (build with polyline) its > length ? Yes. 1. calculate the length of the line (the geometry library should help) Here is an example created before the geometry library existed: http://www.geocodezip.com/v3_Gene

[Google Maps API v3] Re: several superposed events

2011-05-19 Thread Rossko
> I associate the display of current Lat/Lng with the event mousemove on > map. > I draw a circle and change the color with the events mouseover and > mouseout, but the display of Lat/Lng stops. > Any explanation ? When you mouseover your circle, the map no longer fires the mousemove events becaus

[Google Maps API v3] Re: How to determine if given point is inside polygon

2011-05-19 Thread Rossko
> i have a task to check if some point is lying inside given polygon. Do > anybody have any ideas on this? http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=point+in+polygon -- You received this message because you are subscribed to the Google Groups "Goo

Re: [Google Maps API v3] Re: Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread alex spyropoulos
Thank you very much Den380 alex On 19 May 2011 11:49, den380 wrote: > hi Alex, > > try oDesk.com, eLance.com or similar resources. > > dennis. > > On May 19, 1:44 pm, Alex Spyropoulos wrote: >> Hi all, >> >>  We have a small game company and we just been asked to do an 'art' map >> audio guide f

[Google Maps API v3] Re: Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread den380
hi Alex, try oDesk.com, eLance.com or similar resources. dennis. On May 19, 1:44 pm, Alex Spyropoulos wrote: > Hi all, > >  We have a small game company and we just been asked to do an 'art' map > audio guide for a small town in a very tight deadline, our programmers > haven't done it before an

[Google Maps API v3] Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread Alex Spyropoulos
Hi all, We have a small game company and we just been asked to do an 'art' map audio guide for a small town in a very tight deadline, our programmers haven't done it before and they say it will take them some serious time. Before we say no Do you know where we can hire people with experien

[Google Maps API v3] length of line

2011-05-19 Thread bertaudmarc
Is it possible/easy to display under a line (build with polyline) its length ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this

[Google Maps API v3] How to determine if given point is inside polygon

2011-05-19 Thread den380
Hello Gents, i have a task to check if some point is lying inside given polygon. Do anybody have any ideas on this? Any information would be appreciated. Thanks, Dennis. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post t

[Google Maps API v3] several superposed events

2011-05-19 Thread bertaudmarc
I associate the display of current Lat/Lng with the event mousemove on map. I draw a circle and change the color with the events mouseover and mouseout, but the display of Lat/Lng stops. Any explanation ? How to not stop the display of Lat/Lng ? -- You received this message because you are subscr

[Google Maps API v3] Re: Geo-coding API Issue

2011-05-19 Thread Rossko
> The only thing I can conclude is the the opus site has been locked > from using the geo-coding API in general. You should also consider _if_ you are using shared hosting, some other hosting customer may have used up the quota. -- You received this message because you are subscribed to the Goog

[Google Maps API v3] Re: Marker V3 and Draggable Marker V3 did not appear on my browser.

2011-05-19 Thread Rossko
All you functions are defined in local scope inside initialize, your 'map' is also in local variable scope. Thats probably going to cause you problems when you're using asynchronous functions. If you want help with your version that doesn't work, its most effective to share a link to your non-wor

[Google Maps API v3] about Geocoding API Accuracy

2011-05-19 Thread bella
I use address " ss,Beijing" as Geocoding request. But address "ss" doesn't existed in Beijing city. I get the result that results[0].formatted_address = "Beijing,China" I want to know all this situations . If the geocoding result doesn't match the request address exactly,how can I know this? In

[Google Maps API v3] Problems with ImageMapType and Streetview in V3.3 even worse in V3.4 and V3.5

2011-05-19 Thread giscoda
Hello, I am using a V3.3 map with an ImageMapType and activated Streetview Control. Examle Link: http://karte.immobilien-kompass.de/wohnen/hamburg#karte Problem 1: The streetview control is greyed out. Problem 2: When I update to V3.4 or V3.5 the streetview control gets invisible. What could I

[Google Maps API v3] Re: Marker V3 and Draggable Marker V3 did not appear on my browser.

2011-05-19 Thread jesar james
Thank you for replying! I am using Firefox 4.0.1, IE 7 and Google Chrome on Windows 7. Well, after tinkering with my codes I was able to make the Marker appear on my page. The problem is...I have to hard-code it instead of letting the Geolocation determine where to put it. Here's my code:

Re: [Google Maps API v3] spatial markers in streetview panorama possible?

2011-05-19 Thread Chris Broadfoot
Not currently. It's something I'd like to see, too. Please star this issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3149 On Wed, May 18, 2011 at 5:38 PM, archinform wrote: > Hello, > > have tried to set custom markers in a streetview panorama. Works fine. > Now I'm curious if

Re: [Google Maps API v3] Newbie driving directions

2011-05-19 Thread Chris Broadfoot
Try this: http://code.google.com/apis/maps/documentation/javascript/examples/directions-panel.html On Wed, May 18, 2011 at 5:30 PM, RickZim wrote: > I'm looking for simple sample code where there is a fixed destination (To:) > and a variable From: so customers can simply enter the From: address.

Re: [Google Maps API v3] Markers and custom Overlays?

2011-05-19 Thread Chris Broadfoot
What's your custom overlay? You'll want to insert it into pane 4 or above. http://code.google.com/apis/maps/documentation/javascript/reference.html#MapPanes On Wed, May 18, 2011 at 12:37 PM, etheriau wrote: > Hi-- > > We have created custom overlay for a custom marker implementation to our > ap

Re: [Google Maps API v3] Bug: Fusion Tables data not clickable when disableDoubleClickZoom:true.

2011-05-19 Thread Chris Broadfoot
Works fine for me. Can you link to your test page? -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from t