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
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
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
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
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
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
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+
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
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
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
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
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:
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
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
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
> 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
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
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/
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
> 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
> 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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
> 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
> 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
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
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
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
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
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
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
> 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
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
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
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
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:
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
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.
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
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
52 matches
Mail list logo