Hi,
I'm trying to make it easier for users to add overlays to the my web app,
and to do this I need to have an accurate lat/long point of the div
corners. Complicating this is the fact I've added the jquery rotate
library available on google code.
So what I do now is get the top, left, right
I want to load a single panorama and its associated links within a jQuery
dialog. The code is adapted from my previous code, with the only exception
being that clicking on the links does nothing.
I can see the StreetView UI elements load, but then an error is fired off.
It says
*TypeError:
Thank you. But what is the difference between originHeading and
centerHeading, and how does that affect the direction of the links?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
http
How does StreetView determine which direction is north?
I have a series of panoramas with links between them. These panoramas have
GPS coordinates associated with them and I use them to calculate the
compass bearings between two links.
However, it seems that the links themselves are being rend
s the Maps team made any changes to the API that could be the cause?
On Friday, August 10, 2012 8:50:47 AM UTC-4, Jason wrote:
>
> Has anyone noticed if their custom panorama views are crashing Firefox?
>
> My panorama code has been fine, but just noticed that its crashing Firefox
Has anyone noticed if their custom panorama views are crashing Firefox?
My panorama code has been fine, but just noticed that its crashing Firefox
and Safari when clicking on a new link.
This is strange since the panorama-handling code has been untouched for 2
weeks now and this problem exists w
I have a set of draggable markers on a map. Getting the coordinate
information is no issue, but I'd like to have the coordinate location
update in the infowindow in real time.
Is there a way to do this without creating multiple InfoWindows?
My current solution is to implement a drag listener f
Thanks for the look. I found and used a cross browser javascript
implementation of the log4j library. Site now works in IE
On Sunday, August 5, 2012 5:14:46 AM UTC-4, Andrew Leach wrote:
>
> On 5 August 2012 00:00, Jason wrote:
> >
> > The page works fine in Safari, Oper
I'm building an indoor virtual tour application using custom panoramas and
the StreetView API. The project is almost finshed and I'm executing the
cross browser testing.
The page works fine in Safari, Opera and Firefox, but not in IE or Chrome.
In IE 8/9, the map view fails to even load, leavi
nt have an issue with users styling maps of
their country at street level? Please reply and confirm.
Jason
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.c
Charles,
Were you able to find a solution for this? I'm working on a similar project
and have had no luck.
Jason
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the w
I'm part of a team that is beginning development of an application to
build virtual tours inside buildings using our own panoramas.
Using the Maps v3 API, usage limits are defined as 1000 unique
requests per user per day. However, this doesn't state if it is
applicable to self-provided panos.
Do
http://bit.ly/xkHPnU
I've looked at all of the timing issues, and I can't seem to resolve
this error. Occurs in IE7 and compatibility modes as a warn-on error.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1;
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET
jquery method -
add this line to your click function for the infoWindow:
//remove overflow scrollbars
$('#myDiv').parent().css('overflow','');
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion
I am able to get custom markers to display in the map for driving
directions, but not in the actual driving directions output.
Any examples floating around for this?
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To po
I'm only seeing some of my polygons in a Maps API FusionTablesLayer
suddenly. Normally there are dozens, now just a couple. In Chrome
developer tools, the images being returned from mapsIt (the ones that don't
seem to be displaying correctly) are 1x1 pixels
The information contained in this
ny difference between your two links, either in Chrome or
> Firefox.
> In case it helps, my MCustomTileLayer object, allows you to set the
> opacity of a tile layer:http://maps.forum.nu/v3/gm_customTiles.html
>
> --
> Marcelo -http://maps.forum.nu
> --
>
> On Nov 17, 8:4
uced%20Fixed%20Summary%20Internal%20Stars
Thanks in advance,
Jason
--
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 g
ernet speed slowdown which has caused tiles to not load and
other strange behavior. Your customer might be experiencing something
similar....
Hope you find a solution!
Jason
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3&quo
My team uses Google Fusion Tables and the Google Maps API (v3) via
javascript. We use shpescape.com to convert our ArcGIS 9 shapefiles to
fusion tables. We like this approach because everything runs on Google's
systems and not ours (except for the html/javascript files).
--
You received this
Greetings. I have read the google terms of service but cannot find an answer
to my specific question.
Put simply, can use the google API's to zoom in on art work ( just like the
google art project) instead of maps without any legal issue from Google,
assuming
of course that I have full legal ri
previously created. Any help would be greatly
appreciated. thanks.
jason
--
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
d be retrieved from the cache rather than your server.
>
> On Jul 31, 1:08 am, Jason wrote:
>
> > Thanks for pointing that out. I'm assuming you mean the "/&x=" and "/
> > &y="? I thought so too but the odd thing is it works fine without the
&
symbol. You need the slashes in the PHP
> obviously because you are telling it to look for the next folder.
>
> On Jul 30, 10:27 pm, Jason wrote:
>
> > Got it.. Thanks John.. I was working on it when you hit it probably.
>
> > Anyway, I think I've got it solved. Kesuk
Got it.. Thanks John.. I was working on it when you hit it probably.
Anyway, I think I've got it solved. Kesuke's PHP code was looking for
tiles named "zoom_x_y.png". My tms is a bit different, zoom and x are
folders and y is the tile png.
Changing the php $filename to:
$filename = "/var/www/mer
; Okay, thanks everyone – the PHP solution works great!
> So here is a guide for Jason or anyone else who stumbles across this;
>
> 1.) Make a new PHP file with the following code:
>
>
> $filename = "/usr/www/httpdocs/tiles/" . intval($_GET['z']) . "
ngth: ".filesize($filename));
> readfile($filename);} else {
>
> header("Content-Length: 95");
> readfile("transparent1x1.png");
>
> }
>
> Change to suit your needs.
>
> On Fri, Jul 29, 2011 at 4:52 PM, Jason wrote:
> > Does anyo
s no tile
> and that could be as small as 95 bytes:
>
> http://code.martinpearman.co.uk/deleteme/transparent_1x1.png
>
> Martin.
>
> On Jul 28, 1:28 pm, Jason wrote:
>
> > I'd really like to know a fix for this too. It's been a problem for me
> > for
I'd really like to know a fix for this too. It's been a problem for me
for quite a while and I can't easily get write permission
to .htaccess.
On Jul 27, 1:46 pm, Kesuke wrote:
> I am using custom tile overlays on a map. To fetch the tiles I use the
> generic method:
>
> function createImageMapT
Hi there,
I'm experimenting with something like ajax. I want to load up some html
(including a google map) from a separate file and insert it within a div in
a different page.
the host page is at:
http://test-psi-alpha.appspot.com/geomodel
while the page with the map to be inserted is at:
htt
Hi Andrew,
wow I can't believe that was it, I followed your advice originally but
thougt you were only refferring to the width. Thanks very much for your
assistance.
J
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view
http://jcianfrone.com/testing/index2.html
On Fri, Jun 17, 2011 at 11:12 AM, Jason Cianfrone wrote:
> Hi
>
> have uploaded the map to an online page.
>
>
> Would be very greatful if anyone can help.
>
> Basically it doesn't load in IE7.
>
> Thanks
> Jason
Hi
have uploaded the map to an online page.
Would be very greatful if anyone can help.
Basically it doesn't load in IE7.
Thanks
Jason
On Mon, Jun 13, 2011 at 2:34 PM, Rossko wrote:
> > on a live server as its an internal page at my company.
>
> Then you'll have a Premi
Actually I spoke to soon, that didn't fix it! Unfortunately I can't mount it
on a live server as its an internal page at my company.
Would appreciate any other ideas if anyone has any.
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript
wow that's fixed it!..
Thanks so much for the quick response :)
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/1L6VHB-lBDQJ.
To
We have serviced google map on our site using Google Maps Javascript
API V3.
However, it has not worked well since at the beginning of the May. We
can just see the place names.
The most important thing is the problem happens only South Korea; it
operates normally in Japan, China, USA
When we see
page. However, the div does not get created in getTile
so it has no position yet, it returns it to another function so I
cannot access the position. What does getTile return to? I think if I
try to access the position from there, I can get it all working.
On May 28, 7:00 pm, Jason Kaczmarsky
Alright I got something figured out. I found out how to calculate the
tile at which a certain point it located based on the zoom level. I
still don't understand how I can translate the tile/point position to
workable coordinates.
I believe if I can get a particular tile's position relative to the
Hi I'm trying to implement a marker system to display certain areas on my
map. The map is an image of a game I play and I have important places saved
in an XML document with the coordinates. I'm able to extract that data and I
want to place a marker at those coordinates. I've been trying all day
Hi there,
I've encountered a small issue in my code - given a users location (latlong)
I cannot seem to find an api to plug into which will return the timezone of
the user. Does anyone know of any such service (free is better)...
Cheers,
J
--
You received this message because you are subscrib
Hi there,
I'm attempting to replicate the functionality of the following example (
http://code.google.com/apis/maps/articles/mvcfun/step6.html) for use in a
mobile phone, however it just doesn't work. The circular shape doesn't
render and none of the markers can be clicked / dragged. Is there a
Hi there,
I am following the tutorial at
http://code.google.com/apis/maps/documentation/javascript/basics.html#DetectingUserLocation
and
have put together the page exactly as shown at
http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html
In order to "refresh"
awesome! Works perfectly - thanks a million :)
--
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 group, send email to
google-ma
Apologies, the full radiuswidget code is included below.
How the map and markers should behave:
http://code.google.com/apis/maps/articles/mvcfun/step6.html
How the map and markers behave when I change the small bit of code:
http://test-psi-alpha.appspot.com/
*from *
this.set('distance',10);
Hi there,
I have been following a tutorial on google maps (
http://code.google.com/apis/maps/articles/mvcfun.html) which has a map that
works like this (
http://code.google.com/apis/maps/articles/mvcfun/step6.html).
This is all fine. When I, however, attempt to control either the latitude,
lon
arate MVCArrays should be an easy enough
workaround but I'd like to hear if others are using this technique as well.
Thanks for the info.
Jason
On Fri, Apr 15, 2011 at 12:06 AM, Chris Broadfoot wrote:
> Hi Jason,
>
> The reason for this bug is that polylines and polygons can no long
I've also got an application that uses the Distance Widget found in the "Fun
with MVC Objects" example that is no longer working. I know this isn't a
supported library, but I'm essentially just drawing a circle here. Website
below:
http://open-data-day.geojason.info/
On Fri, Apr 15, 2011 at 3:16
I've got a demo that shows using Google's geometry library to measure
length/area which doesn't work any more. The geometry for the polygon is
still good, as the area measurements I'm getting are accurate, but polygon
is drawn. I'm actually drawing a line and a polygon and the line stops
drawing af
Whoops. http://cerberus.in-my-cloud.com/
Once the modules load click the 'sign up here' link. It uses .ajax to
load into a div which is where the map should be.
On Tue, Mar 29, 2011 at 1:54 AM, Chris Broadfoot wrote:
> As per forum guidelines, can you please post a link to your map?
> Chris
> --
http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker
See .setPosition() in the methods section
On Wed, Mar 9, 2011 at 10:57 AM, fireofhellx wrote:
> yeh i need to change it so it moves the marker and not make a new one each
> time but im unsure how to do this
>
> --
html
http://spotwalla.com/label-marker-no-error.html
I have no other issues with the new release, but this is pretty big issue
for us. If someone can provide some information/direction on how to fix
this, I'd appreciate it.
Thanks.
Jason
--
You received this message because you are subscribe
I'm not sure if mysql has the same st_asgeojson function as PostGIS but if
it does, I've been working on a utility to convert GeoJSON objects (Point,
LineString, Polygon) to Google Maps Vectors (Marker, Polyline, Polygon).
This way you'd be dealing with native JavaScript objects instead of parsing
I usually opt for drawing my map vectors via GeoJSON/google.maps.Polygon.
For me it offers more flexibility than KML or GeoRSS but it does slow things
down a lot when drawing hundreds of vectors.
Have you considered simplifying your geometry? I'm not sure what you're
using to push your GeoJSON but
Hi,
I'm experiencing the same issue on the iphone 3GS iOS 4.2 with
ImageMapType. Jumbled overlay tiles (and Google Tiles) after 30
seconds or so of zooming/panning. Everything works fine on a laptop.
If it is indeed the safari mobile cache limit has anyone figured out a
workaround?
Thanks,
tches the
order of the coordinates returned, but how reliable is this? Thanks.
Jason
--
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...@googlegroups.com.
To u
Thanks, Luke. That's in line with the behavior we're seeing. We'll
make the necessary adjustments to the elevation component to work
within these parameters.
Jason
On Oct 7, 11:03 pm, Luke Mahé wrote:
> Hey Jason,
>
> We have updated the docs to be clearer, you can read
I posted this over in the V2 forum as well since that's where the
Elevation API docs requested feedback. My apologies for the double-
posting.
Jason
On Oct 7, 7:38 am, Jason Jonas wrote:
> Not sure if this was clear in the original message, but each location
> request is a single
Not sure if this was clear in the original message, but each location
request is a single-coordinate request.
Jason
--
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-m
Thanks, Rossko. I'll look into that.
Jason
On Oct 6, 2:15 pm, Rossko wrote:
> > So I thought it might be the null MouseEvent and tried:
> >http://spotwalla.com/event-03.html
>
> In this case, the inline code to trigger the event on 'map' is
> executed before
PI changed?
Thanks.
Jason
--
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...@googlegroups.com.
To unsubscribe from this group, send email to
google-map
s which is, ultimately, what's desired.
I'll continue to play with it and investigate. If I get it working,
I'll be sure and post the solution.
Jason
On Oct 6, 11:59 am, Eric Roberts
wrote:
> I have been getting the same error from essentially copying the code from
> one of th
Just bumping this up one time...
On Oct 4, 9:18 pm, Jason Jonas wrote:
> After the page is loaded I'm trying to generate a click event so the
> map has the focus. In V2 we used:
>
> var event = {srcElement: map_canvas, target: map_canvas, nodeType: 1};
> GEvent.trigger(docu
Thanks, Luke. That should answer all the questions.
Jason
On Oct 5, 10:09 pm, Luke Mahé wrote:
> Hey Jason,
>
> Have a read ofhttp://www.google.com/permissions/geoguidelines.htmland see
> if that satisfies your concerns.
>
> Thanks
>
> -- Luke
>
>
>
> On Wed,
) and got a headache after section
2. :) Can someone tell me if this is cool or not or let me know where
I should submit this question?
Thanks.
Jason
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this gr
simplexml_load_file with the URL, but I've found it to be a little
slower than curl. Geo Coding and coordinate caching can be done
outside of writing JavaScript.
Not sure about directions and such as I've never done anything with
that.
Jason
On Oct 4, 6:47 pm, James wrote:
> any
ction) event-02.html:112
So I thought it might be the null MouseEvent and tried:
http://spotwalla.com/event-03.html
The same error is generated in both FireFox and Chrome. Not sure if
this is a bug in v3 API or if it's something I've done incorrectly.
Ideas? Thanks.
Jason
--
Y
sh dragging for me on my end.
>>
>> Using Chrome.
>>
>>
>> On Tue, Sep 28, 2010 at 1:27 PM, Jason Sanford wrote:
>>
>>> I've got a mapping application that defaults to a custom basemap. It
>>> seems the the Street View pegman is not visibl
I've got a mapping application that defaults to a custom basemap. It seems
the the Street View pegman is not visible when using this basemap but is
visible when using one of the other 3 Google basemaps I have available to
use on the page. Is this a bug? maybe a restriction?
To reproduce the issue:
>
Hmmm... In my original post I mentioned that I know how to accomplish
this in v2 and how I made what I thought were the right changes for
v3. I may not be following you, though. Are you talking about
something different?
Jason
--
You received this message because you are subscribed t
tried that and it certainly opens the InfoWindow associated
with the marker, but the map still doesn't have focus until I
physically click inside the map.
Jason
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To
on a map has
a MouseEvent argument. So I tried:
var event = new google.maps.event.MouseEvent(new
google.maps.LatLng(0,0));
google.maps.event.trigger(map, "click", event);
No dice. I tried a few other things to no avail. The page is:
http://spotwalla.com/v32.php
Any help is appreciated. Th
grade
which is currently scheduled for the 1st or 2nd week of October.
Jason
On Sep 21, 12:03 pm, Jason Jonas wrote:
> I started porting my app to v3 and have run into an issue with IE 8.
> This page works on the latest versions of FF, Safari, Chrome and IE 7.
>
> http://spotwalla.com/v3
Sounds like you're looking for an InfoWindow, perhaps. When it's setup
correctly, the InfoWindow will appear when a user clicks on the
marker. The content of the InfoWindow is completely up to you.
http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindow
Jas
ing the IE line. Any and all help/
insight is appreciated. Thanks.
Jason
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64;
x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET
CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Tue, 21 Sep 2010 16:55:14 U
Awesome! Thanks for the information, that looks really helpful. I'll
post pack if I have further questions, but this looks like a great
start. Thanks again!
On Aug 21, 5:12 pm, "geocode...@gmail.com"
wrote:
> On Aug 21, 1:29 pm, Jason wrote:
>
> > I've been wo
I've been working on creating an application that stores mileage and
displays progress along a Google Maps route. I have a basic map up and
working, with start/end/waypoints set with driving directions
connecting them. What I want to be able to do is take a number of
miles and display where the use
2010 at 8:28 PM, Kesuke wrote:
> Thanks Jason, that works for some situations. But I have a problem;
>
> There are some specific situations where toggling a single checkbox
> needs to show/hide more than one layer (because there are a few
> situations where an individual object li
I had a similar problem and posted about how I dealt with it here:
http://geojason.info/2010/05/overlay-map-management-with-google-maps-api-v3/
Basically what I'm doing is inserting a null value for every overlay I plan
on adding to the map into the map.overlayMapTypes array and then creating a
ne
Thanks. I'll give that a try
The pixelOffset was copied from some other example. I didn't realize
it was there. Thanks for pointing it out though.
On Jul 19, 12:53 am, William wrote:
> On Jul 18, 10:05 pm, Jason wrote:> As of yesterday,
> 3GS with the new OS 4.0.1.
>
&
Thanks for taking a look.
As of yesterday, 3GS with the new OS 4.0.1.
I wonder if that is the problem?..I was hoping the code was wrong at
least that's an easier fix.
On Jul 17, 10:27 pm, William wrote:
> On Jul 17, 7:43 am, Jason wrote:
>
>
>
> >http://ngs.woc.noaa
hi all,
I've been working with some of the demo code examples using the
kmllayer class and I have some things working fine in a browser (FF,
Safari), however, using safari on the iphone I'm "mostly" unable to
get the info window/balloons to pop-up.
Is there an issue using kmllayer on the iphone o
Nevermind... there was a problem with my script... :P
On Jun 19, 7:04 pm, Jason Feinstein wrote:
> I've got a situation where I need to dynamically generate marker icon
> images, I'm doing so with a php script using ImageMagick and
> outputting a valid HTTP Response for t
I've got a situation where I need to dynamically generate marker icon
images, I'm doing so with a php script using ImageMagick and
outputting a valid HTTP Response for the png image that's created (has
content-type of image/png).
For some reason the maps API won't render the icon if the URL I
spec
I solved this problem by temporarily removing the map's 'click' event on
polygon 'mousedown' and then re-creating it on polygon 'mouseup'.
A little documentation can be found here:
http://geojason.info/2010/04/map-and-polygon-click-events-google-maps-api/
On Thu, Jun 17, 2010 at 7:35 AM, Rossko w
Just a quick guess but would this work:
myMvcArray.forEach(function(item,index){
myMvcArray.removeAt(index);
});
If not how about:
for (i=0;ihttp://code.google.com/apis/maps/documentation/javascript/reference.html#MVCArray)
that's what I would guess.
On Tue, Jun 15, 2010 at 12:29 PM, Pil wro
Is there an easy way to change the default text for the default map types
("Map","Terrain","Satellite","Hybrid")? I ask because I'm using a custom
imageMapType by default and want to make sure users which maps are Google's
and which are mine. Essentially I want to change "Map" to "Google Basemap",
All of the issues I noticed with IE7/IE8 and Street View seem to be fixed.
The only thing I notice is that in Firefox/Chrome a line is visible
representing the road as well as the two arrows which link to the
previous/next street view. IE7 seems to be missing this line. Not a show
stopper though as
I reported a bug a few days back about some strange image sprite flashing
when using street view in IE 7,8. The image sprite flashing issue seems to
have been fixed on the map display, it still shows the entire sprite when
entering street view in IE 7 and 8, at least on the site I'm developing.
Hav
It looks like the data returned is an object and not an array. so when you
say "for (var i=0; i < data.length; i++) {" there is no length property of
the data object. Instead you should try "for (var i=0; i <
data.results.length; i++) {" which is, I assume, an array of potential
geocoding results.
If you happen to be using GeoServer/GeoWebCache to serve up your own
WMS services they have built a great Google Maps service to hand out
the proper images (http://geowebcache.org/docs/current/services/
gmaps.html). I set up a demo here:
http://demos.geojason.info/google-maps-geowebcache-demo.php
I was glad to hear about Street View being added to v3 as well as v3
graduating from labs. Thanks to all the Google staff who put this together.
With that said I started tinkering with Street View today and had some
troubles.
When adding the streetViewControl option to my map to enable it, moving m
I am trying to print a map created with Google Map API vs3. I am using
the javascript window.print function but the map always prints blank.
Any suggestions?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group,
, you only need it defined once, outside of the
>> init function.
>> #2)remove references to "var" inside of the init function. Even
>> though you did the right thing by defining those variables outside of
>> the function, when you put "var&q
Declare richmondTraffic (and any other KmlLayer) outside of any functions
like where you declare initialLocation, statepolice, etc.
On Mon, May 10, 2010 at 7:06 PM, Jack Berberette wrote:
> Thanks ESA for the quick response. The function looks simple enoug but how
> do I set a variable in globa
Hi MT
You can't exactly "alert" at LatLng as it is still an javascript object. You
could however alert the individual elements (lat, lng) by doing the
following:
alert(latLng.lat()); or alert(latLng.lng());
I hope that helps.
Jason
On Mon, May 10, 2010 at 4:43 AM, Mattias Nord
When rendering directions I want to be able to print the location name
instead of the geocode at the beginning and end of the directions. For
example instead of displaying the latitude and longitude when I render
directions I want to display Hilton Hotel and The Keg. Similarly, when
the user clicks
This is huge. Thanks Luke
On Apr 26, 2010 6:20 PM, "Luke Mahé" wrote:
Hi Richard,
Polygon's now support mouse events, please read the reference (
http://code.google.com/apis/maps/documentation/v3/reference.html#Polygon)
for more information.
- Luke
On Sun, Apr 25, 2010 at 2:09 PM, Richard
.
You will have to make some code changes for your page to work but it's
nothing a little find and replace can't fix.
I hope that helps
Jason
On Sun, Apr 25, 2010 at 4:40 AM, Adam Chapman <
adamchapman1...@googlemail.com> wrote:
> Hi,
>
> 've recently tried to change
Good to know that Esa, Thanks!
On Sat, Apr 24, 2010 at 7:36 AM, Esa wrote:
>
>
> On Apr 23, 3:46 am, Jason Sanford wrote:
> > Hi TND
> > What you could do is create a circle (google.maps.Circrle) with a radius
> of
> > 20,25,50 miles with a transparent fill an
jotted it down but something
like that should work. Maybe that will point you in the right direction.
Jason
On Thu, Apr 22, 2010 at 7:32 PM, The Net Duck wrote:
> HI
> I'm trying to zoom my map in our out based on the distance my users
> set. For instance, a user might say the
1 - 100 of 108 matches
Mail list logo