On Apr 19, 9:37 pm, Anirudha wrote:
> Hi
> I am using Google map in my application.
> I am adding marker on Google map by using LAT/LONG of the point as
> shown below
>
> var marker = new google.maps.Marker({ position: new
> google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle,
> ico
Hi
I am using Google map in my application.
I am adding marker on Google map by using LAT/LONG of the point as
shown below
var marker = new google.maps.Marker({ position: new
google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle,
icon:MyIcon });
But it is found that in my case inste
On Apr 19, 6:28 pm, Mesh3L wrote:
> Hello,
>
> I'm trying to implement a markers filter that is some how does like
> this but in more complected way :
>
> http://www.geocodezip.com/v3_MW_example_categories.html
>
> The above filter does a single task with only one attribute "Type".
>
> What i want
Hi,
I am trying to display a polygon which has a 2D array of paths inside it.
I want to draw an outline stroke around the entire polygon, but without the
strokes around the paths within the polygon.
The other way would be to merge the polygon data with a convex hull
algorithm, but I can't find
http://msdn.microsoft.com/en-us/library/aa940990.aspx
in openn layers i think a resolution is defined for each zoom
level.here is the link for the same:
http://trac.osgeo.org/openlayers/wiki/SettingZoomLevels
I am not sure if my understanding of resolution is correct but to me
its like the actua
What do you mean by resolution?
-- Luke
On Wed, Apr 20, 2011 at 12:36 PM, ak wrote:
> How can i get the map resolution? Open Layer has a property that gives
> the map resolution something as follows: map.getResolution(). Is there
> a way I can calculate the same?
>
> --
> You received this mes
How can i get the map resolution? Open Layer has a property that gives
the map resolution something as follows: map.getResolution(). Is there
a way I can calculate the same?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To pos
FYI - I'm not looking for working code, just a little guidance on what
I should consider doing. Thanks!
On Apr 19, 10:08 pm, dstruble wrote:
> Hello - noob here,
>
> How can I make a user zoom in further before setting a marker? I was
> going to try using an if else statement such as:
>
> when
Hello - noob here,
How can I make a user zoom in further before setting a marker? I was
going to try using an if else statement such as:
when someone clicks on the map, if (zoom < 13), make the click zoom
the page in further instead of setting a marker. I'd also like to
change the mouse icon wh
Hello, all around noob here...
I've successfully created a page that uses v3 google maps api.
http://www.mydailyjog.com/Session2.php
I've been able to figure out how to add markers and draw a line, while
calculating the distance. Last night I finally figured out how to
remove individual markers
Hello,
I'm trying to implement a markers filter that is some how does like this but
in more complected way :
http://www.geocodezip.com/v3_MW_example_categories.html
The above filter does a single task with only one attribute "Type".
What i want to do is to be able to filter markers with more o
I read your msg again and realized you are working with an embedded
map.
I tried my map link in a 400x500px iframe.
In that case your disclaimer text did overflow the bottom of the
infoballoon in Gmap4.
--
You received this message because you are subscribed to the Google Groups
"Google Maps Ja
Have you guys looked at this thread?
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/44eb9f918eda5f5e#
--
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
> I'm just beginning to evaluate Google Maps for address
> validation/verification purposes
It's not the right tool for that job. 'Berlin' will give you results
but is not an address.
> http://castopulence.org/maps/test.xhtml
Changing the doctype of the example to XHTML prevents the v3 API from
Thanks for the KML link.
I opened your file with my viewer. Your disclaimer fits inside the
infowindow just fine with both FF 3.6.13 and IE 8.
Note the inline class:
masu.content = "" +
masu.txt_ary_2[masu.ix_clicked][3] + "";
// Display the results using
sorry the link ive put up is to my project i have a .watchPosition
tracking the user what i want is when the users position moves for the
marker to smoothly travel from the old location to the new instead of
jumping.
hope that makes sense
On Apr 19, 10:21 pm, fireofhellx wrote:
> http://dannyw.i
Hi All,
I have a a problem which is specific to Firefox 4 where the tile
overwrites the markers within, i have tried zIndex but the problem
does not dissapear to reproduce this problem:
1) Goto http://www.dancefederation.com/uk/salsa-dancing/london-south-east.php
using Firefox 4
2) Note what you
This is not currently possible with KeyDragZoom. The visual control
must appear on the surface of the map.
Gary
On Apr 19, 3:13 am, Alessio wrote:
> Hi,
>
> in the extension for the v2 api I was able to activate the dragzoom
> with a normal html button, using a function in the onclick attribute
On Apr 19, 4:44 pm, Joseph Elfelt wrote:
> On Apr 19, 4:11 pm, Steve Cole wrote:
>
> > Yeah, sorry. The HTML page isn't live yet (but the KML is posted).
>
> Can you share the link to your KML?
Certainly:
Http://publicworks.snoco.org/rdclosures/snocordclosures4gmaps.kml
--
You received thi
On Apr 19, 4:11 pm, Steve Cole wrote:
> Yeah, sorry. The HTML page isn't live yet (but the KML is posted).
Can you share the link to your 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 emai
On Apr 19, 4:11 pm, Steve Cole wrote:
> Yeah, sorry. The HTML page isn't live yet (but the KML is posted). I've
> attached the HTML file I've been working with. Apart from the necessary
> javascript at the top of the HTML file, my only other customization is
> around line 190 where I've added the
On 19 April 2011 23:38, Steve Cole wrote:
>
> I'm developing a page which will display road closures in an embedded
> map using a KML file overlay. The features draw fine, and all the balloon
> windows display properly EXCEPT for one. It would appear that I have too
> much text in it so when you c
On 19 April 2011 23:20, Iratus wrote:
> Hello again
>
> I am not a company but a simple student who is doing his homework ! For me
> paying to be able to upload my project in a server is not so easy.
>
> I think is not possible for everybody to have access to a server as this
> cost money. I can s
Hello again
I am not a company but a simple student who is doing his homework ! For me
paying to be able to upload my project in a server is not so easy.
I think is not possible for everybody to have access to a server as this
cost money. I can send you all my code but I just don't have a serve
I'm trying to load a google maps demo page (
http://code.google.com/apis/maps/documentation/javascript/examples/circle-simple.html)
in
a C# form via a web browser control object. Whenever I point my web browser
object page the page goes blank. I believe this is a security issue. I've
enabled
http://dannyw.instantfreesite.net/game.html
--
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-maps-
Hello:
I'm just beginning to evaluate Google Maps for address
validation/verification purposes. For starters I'm just trying to get
a
basic example running. You can see the live code here:
http://castopulence.org/maps/test.xhtml
When I load the page in Firefox 4 (Linux) with Firebug open I get t
I am having the same problem. Any known workarounds?
--
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
g
http://www.google.com/intl/en_ALL/help/terms_maps.html
--
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
g
I quess, you didn't try Google
http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html
--
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@
The company who provide this maps API, they also provide a powerful
search engine
http://www.google.com/search?q=keydragzoom+v3&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaSc
We cannot see what is happening.
On Apr 19, 10:51 pm, fireofhellx wrote:
> im making an iPhone web app that tracks the users position is there any way
> to make the marker that represents the user move smoothly across the map as
> they move. like what happen within the google maps app. because at
On 19 April 2011 21:17, RamiJ wrote:
> 1. This link shows countries from the US only, is that possible that
> google maps api is authorized for the US only?
No. There are very few countries where the API is not allowed. There
are a few more countries which don't have any map information, which
is
1. This link shows countries from the US only, is that possible that
google maps api is authorized for the US only?
2. when browsing to http://maps.google.com i succeed to get routes in
israel. is that possible that is enabled there and disabled in the
api? i suspect i am doing something wrong wit
On Apr 19, 11:47 am, pana wrote:
> Below is how my map looks like:
???
I don't see anything...
-- Larry
--
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@googlegroup
On 19 April 2011 20:58, RamiJ wrote:
> A more general question? does the routing service should work for
> Israel too?
Not much works for Israel. There are licensing issues, apparently.
http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html
--
You received this message because
A more general question? does the routing service should work for
Israel too?
On Apr 19, 10:22 pm, RamiJ wrote:
> Thanks;
>
> Yes, for the example i tried:
> Source = "Tel Aviv"
> Dst = "Haifa"
>
> Then calculated the latitue/longitude of these points into src_latlng
> and dst_latlng variables co
im making an iPhone web app that tracks the users position is there any way
to make the marker that represents the user move smoothly across the map as
they move. like what happen within the google maps app. because at the
moment my marker jumps from position to position
--
You received this m
I'm sure the problem happens due to the check in of yesterday and today.
Everything was working fine at 2.30PM EST time, April 18. This is the last
time I'm showing the map at my office.
On Tue, Apr 19, 2011 at 11:29 AM, en4ce wrote:
> hm, iam running this build as well, no problem on my page bu
Thanks;
Yes, for the example i tried:
Source = "Tel Aviv"
Dst = "Haifa"
Then calculated the latitue/longitude of these points into src_latlng
and dst_latlng variables correspondingly.
i would add the code for the full script i wrote if there was an
option for that here.
On Apr 19, 8:24 pm, "ge
i want to let the user draw a polygon on map which he can resize, and
then to check if latitude longitude stored in my db falls inside the
ploygon..how should i approach this problem ?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3"
On 19 April 2011 19:38, pana wrote:
>
> function initialize() {
> var lat = "42.98063033";
> var longs = "-88.01038079";
>
> alert("lat: " + lat + " and long: " + longs);
>
> if (lat != "" || longs != "")
> {
> var milwAddress = new google.maps.LatLng(lat
Mike, I tested it like you said and it worked in maps.google.com. It
displays the map with the marker on it and the street view too.
That is how I should see it in my application but it does not work for me.
Am I missing something in my code?
--
You received this message because you are subs
I tried inverting the values (42.980... and -88.010.. after) a map shows up
but with no marker on it. The street view does not show up. Below is the
script I am using:
function initialize() {
var lat = "42.98063033";
var longs = "-88.01038079";
alert("lat: " + lat +
On Tue, Apr 19, 2011 at 11:23 AM, pana wrote:
> yes, This a latitud and longitud for Milwaukee, WI. So I should pass
> 42.98063033, -88.01038079 instead?
An easy way to test this is to paste the lat,lng (both numbers with comma
between) into the search box on maps.google.com.
> But why did
> But why did it worked for all the other?
Who knows, we have no idea what all the other are.
--
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 unsu
yes, This a latitud and longitud for Milwaukee, WI. So I should pass
42.98063033, -88.01038079 instead? But why did it worked for all the other?
Thanks Larry and Mike for your responses.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API
This should now be fixed. Thanks to all who reported the issue.
--
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 em
On Apr 19, 9:49 am, Olan Suddeth wrote:
> I am new to V3 of the API, but have used V2 many times.
>
> Can anyone point me towards some sample code for using the new API to
> geocode a list of addreses for storage in a database?
>
> I have a client with such a list of addresses. It seems ridiculou
I am experiencing this same problem. Has anybody come up with a
workaround?
On Mar 24, 8:21 am, mdschermer wrote:
> hey-
>
> it seems that when the map option 'draggable' is set to false, the
> 'mouseup' event no longer triggers the listener for that event. same
> for 'mousedown', but 'dblclick
I am new to V3 of the API, but have used V2 many times.
Can anyone point me towards some sample code for using the new API to
geocode a list of addreses for storage in a database?
I have a client with such a list of addresses. It seems ridiculous to
call the geocoding service for every single ad
On Apr 19, 10:28 am, Iratus wrote:
> I am sorry but at the moment i have no server to upload my project and I am
> working locally.
I can't help you then, someone else might be able to. You could read
this:
http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical
fro
On Apr 19, 10:26 am, Mauricio wrote:
> Is the April 14th version locked into a version number? If so, what is
> it?
No. That is the nightly development release, v=3, v=3.4 or no version
specified.
> I'd like to lock into that version, if possible.
The only versions that are frozen/feature-stabl
I am sorry but at the moment i have no server to upload my project and I am
working locally.
My css file is the following. I think the problem is that my balloons are
not made with javascript but are defined within kml files.
[code]
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans
Is the April 14th version locked into a version number? If so, what is
it? I'd like to lock into that version, if possible.
--
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-
On Apr 19, 9:58 am, RamiJ wrote:
> Using DirectionsService from google maps api returns ZERO_RESULTS for
> src and dst out of the US, any ideas why is that?
Not with the information you have provided. I would expect you are
doing something wrong, but what that is can't be determined from the
inf
Looking for Milwaukee, Wisconsin? If so, you have latitude and longitude
reversed.
On Tue, Apr 19, 2011 at 8:52 AM, pana wrote:
> Hi,
>
> I am new at working with google maps but I have a web application that
> passes to google our own Lat and Long values. So far most of the Lat
> and Long we p
On Apr 19, 6:34 am, Wms_Webops wrote:
> I'm using the sidebar example to build a quick campus map.
> There is a little over a hundred map points (with more to come) and
> I'm looking for a simple way to replace the default icon.
> All the examples I've seen require you to add it to each entry, so
On Apr 19, 8:52 am, pana wrote:
> Hi,
>
> I am new at working with google maps but I have a web application that
> passes to google our own Lat and Long values. So far most of the Lat
> and Long we pass are able to be displayed on a map and street view.
> But, I don't know why google map does not
On Apr 19, 10:09 am, jatorre wrote:
> Hi,
>
> Hey, can I ask what is this canvas support you are talking about?? Any
> link?
Google has this really nifty search engine:
http://www.google.com/search?q=HTML%20CANVAS
The google maps API v3 has started to use it for stuff...
-- Larry
>
> On Apr
See this thread for detail:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/44eb9f918eda5f5e
On Tue, Apr 19, 2011 at 9:36 AM, francescoBB
wrote:
> I built an web app where i'm using the google API and yesterday was
> working good, but today, even if i didn't change the c
Using DirectionsService from google maps api returns ZERO_RESULTS for
src and dst out of the US, any ideas why is that?
var start = src_latlng;
var end = dst_latlng;
var request = {
origin:start,
destination:end ,
travelMode: google.maps.DirectionsTravelMode.DRI
Hi,
I am new at working with google maps but I have a web application that
passes to google our own Lat and Long values. So far most of the Lat
and Long we pass are able to be displayed on a map and street view.
But, I don't know why google map does not display the map and street
view for the fol
I'm using the sidebar example to build a quick campus map.
There is a little over a hundred map points (with more to come) and
I'm looking for a simple way to replace the default icon.
All the examples I've seen require you to add it to each entry, so I'm
hoping there is an easier way I'm missing.
Hi,
in the extension for the v2 api I was able to activate the dragzoom
with a normal html button, using a function in the onclick attribute
of the html:
Drag zoom
I defined the control before in js file:
myDragZoom = new DragZoomControl(boxStyleOpts, otherOpts, callbacks);
gmap.addControl(myDra
Hi,
Hey, can I ask what is this canvas support you are talking about?? Any
link?
On Apr 19, 6:26 pm, Mauricio wrote:
> Adding the explicit version requirement also fixed it for me.
> Unfortunately it also removed support for the new polygons and
> polylines rendered with canvas support that was
I have created a map and would like to further enhance it by adding
tabbed info balloons.
The map is located at http://156.42.96.39/alert/Google/rain.html
- source code is open to view.
The mapmakers are created from a .js files and that is where the
information on the balloons is coming from cur
...i sow Chris but after i replied with another question, if you
didn't see
On 19 Apr, 17:32, Chris Broadfoot wrote:
> You got a reply 5 days
> ago.http://groups.google.com/group/google-maps-js-api-v3/msg/45bfb2178761...
>
> --http://twitter.com/broady
--
You received this message because you
Hi all.
We pushed a version of the API that broke styled maps. We're reverting to
the April 14 version, and you'll see this change reflected automatically if
you're using the nightly version (v=3 or v=3.4).
Sorry about any inconvenience caused.
Chris
--
You received this message because you ar
Adding the explicit version requirement also fixed it for me.
Unfortunately it also removed support for the new polygons and
polylines rendered with canvas support that was added on April 14th.
Are styled maps just no longer supported, or is there an API change
associated with them?
--
You receiv
thanks!!! not i works... but it is weird though... yesterday was
workign with no v= specified...and today bump!...
On Apr 19, 12:18 pm, Chris Broadfoot wrote:
> Thanks for letting us know. We're onto it.
>
> As always, please specify v=3.3 or v=3.2 on production sites.
>
> --http://twitter.com/br
SAME PROBLEM HERE! just stopped workign today!!!
yesterday was fine!
is it a bug??
On Apr 19, 11:34 am, Ben Gannaway wrote:
> My styled map has suddenly stopped displaying. I just see a grey screen.
> If I turn off styling it works again. This effect is not restricted to my
> site. If I go t
I built an web app where i'm using the google API and yesterday was
working good, but today, even if i didn't change the code, i cant see
the map anymore, i just see the grey background... the geo coors are
working good, all the markers are in good position, i can do all the
actions as usual, but j
We have some client workstations that have very restrictive firewall rules
that only allow them to access (a very small number of) web sites to which
they are explicitly granted access. With our recent app update to use Google
maps API (the old site didn't do any mapping) the users are now not able
Thanks for letting us know. We're onto it.
As always, please specify v=3.3 or v=3.2 on production sites.
--
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
And this http://orangecow.org/pythonet/sketches/hungry.htm may help
some of us understand the rest of this exchange ...
On Apr 18, 3:49 pm, Chris Broadfoot wrote:
> FYI, here are a couple third party
> libraries:http://www.mistechko.sumy.ua/jscript/google/map/index.htmlhttps://github.com/stomlin
What do you mean by "dynamically draw" and how do you want to resize
the polygon?
On Apr 18, 4:46 pm, vijay shanker wrote:
> how can i dynamically draw a resizable polygon ? is it possible with
> v3 as all examples of something similar has been with v2..
--
You received this message because you
Sorry, ignore my comment above, I missed the 'v' in the version query
string.
If you use: http://maps.google.com/maps/api/js?v=3.3 the map will be fixed.
It would be nice to use the latest version, but I guess a project made x
months ago doesn't use any newer features anyway
--
You receiv
I had exactly the same problem as Chin Hua Kong, my styled maps were
just coming up as grey... the kml data was showing up fine... When i
turned off the styling and just showed the standard map it worked, but
changing the version seems to have fixed it on both projects im
working on.
--
You recei
I'm getting the same problem on three sites. Would be interested to know
what's going on. Setting the API version to an older version doesn't seem to
fix this. What's interesting in Firebug shows that the files are being
downloaded, just not displayed.
--
You received this message because you
You got a reply 5 days ago.
http://groups.google.com/group/google-maps-js-api-v3/msg/45bfb2178761d240?hl=en
--
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 goog
My styled map has suddenly stopped displaying. I just see a grey screen.
If I turn off styling it works again. This effect is not restricted to my
site. If I go to http://googlemapscolorizr.stadtwerk.org/ i can't see a map
either. Is there a fault with the api today or is it something in my
hm, iam running this build as well, no problem on my page but i didnt
get an error on your page as well, you should debug this page
On 19 Apr., 17:12, chinhua kong wrote:
> Hi all,
>
> I just found that Google nightly build version fail to show map. The map
> images are downloaded but fail to sho
Thanks nearly had a heart attack, doing a few styled map project and they
all fell over at the same time.
--
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.c
Hi all,
I just found that Google nightly build version fail to show map. The map
images are downloaded but fail to show. This happens on my development URL
http://kongch.cns.iu.edu which uses nightly V3 build. The same code is
running will with version 3.3 and you can see it at http://nrn.cns.iu.
Just thought I'd follow this up. Your post Barry made me look at other
options to return results to Jquery autocomplete. In the end I settled
with using a combination of geonames to give back a list of towns, and
Google Goecoder to handle more specific things like street addresses,
postcodes etc. I
On Apr 19, 6:34 am, Staffan Nilsson wrote:
> I need a function to do this:
>
> 1. Load all available kml-files in the directory onto a Google Map
> (houses.kml, roads.kml, etc)
> 2. Create a menu for toggling these KML-files (Houses on/off, Roads on/
> off, etc)
> 3. Make this work even if kml-fil
any news?
On 14 Apr, 14:10, tommaso wrote:
> Thank you for your reply!
> So what i have to do exactly for prova3 and prova5 page?
>
> On 13 Apr, 20:03, sb wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > Looks to me like you haven't added a listener.
>
> > This is from the working page.
> > google.maps.event.
news?
On 13 Apr, 20:03, sb wrote:
> Hi,
>
> Looks to me like you haven't added a listener.
>
> This is from the working page.
> google.maps.event.addListener(marker, 'click', function() {
> infowindow.setContent(contentString);
> infowindow.open(map,marker);
> });
>
> On A
I need a function to do this:
1. Load all available kml-files in the directory onto a Google Map
(houses.kml, roads.kml, etc)
2. Create a menu for toggling these KML-files (Houses on/off, Roads on/
off, etc)
3. Make this work even if kml-files is deleted and new ones are
created
The kml-files in
On Apr 19, 6:20 am, g33kmate wrote:
> Hi everyone,
> I am trying to make a transit route map for my city but running into
> some trouble. I am fetching the lat long coordinates for markers that
> indicate all the stops a bus takes before reaching its destination from
> a MySQL database and that wo
Aha!
Cheers - sorted :-)
--
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-maps-js-api-v3+unsubscr
Thank you very muchI have been trying these things...but i could not get
it properly...i am very confused with where i have to call these functions
to appear.
You are great.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group
Makes sense.
Thanks for the info, Chris!
On Apr 18, 6:55 pm, Chris Broadfoot wrote:
> On Mon, Apr 18, 2011 at 2:51 PM, adamkempa wrote:
> > So: if we are a commercial site that uses the styled map features,
> > 2500 users can load the API via your site before charges are incurred,
> > daily.
>
On Apr 19, 5:08 am, "b...@bbarker.co.uk" wrote:
> Hi,
>
> I have a bit of a quandry
>
> I have an encoded polyline:
>
> _zlyH~cXqAgQk@}CsBkGgFiPDElAg@~G}BrVgOFMJc@?m@JyGTcAb@qAP@^v@RnAP^vF`TJE~Ho
> G~F_FvLkKtDkDPeADQNMRIr@@\WTk@Fk@La@b@{@dCcDnMuOrE}FjA}AtD_GFw@Ei@Ya@Me@@WH
> [FGd@IX?b@QnBuCh
On Apr 19, 4:11 am, Iratus wrote:
> Hello
>
> I am working on a map with KMZ files that contain a lot of
> information in pop-up ballons when you click them. My problem is that
> when the info are displayed are much bigger than the boarder of the
> ballon and they exceed the boarders !!!
>
> In go
On Apr 19, 3:07 am, Ben Gannaway wrote:
> Is it possible to remove all borders from a map?
> I'd like if possible the most simple representation of land and sea,
> but nothing else
Have you investigated "Styled Maps"?
http://code.google.com/apis/maps/documentation/javascript/maptypes.html#StyledM
Viewed, and starred. Thanks for the lightning answer; I didn't think
to search the "issues" first (duh).
All things considered, it's probably easiest to maintain my own
typeahead-list, especially since I'm only interested in cities (i.e.,
towns, villages, and hamlets) in Switzerland at the moment.
Hi,
I have a bit of a quandry
I have an encoded polyline:
_zlyH~cXqAgQk@}CsBkGgFiPDElAg@~G}BrVgOFMJc@?m@JyGTcAb@qAP@^v@RnAP^vF`TJE~HoG~F_FvLkKtDkDPeADQNMRIr@@\WTk@Fk@La@b@{@dCcDnMuOrE}FjA}AtD_GFw@Ei@Ya@Me@@WH[FGd@IX?b@QnBuChHsJbCaEAgA@]H_@HMp@U`@gA@]f@uFhCcTFkA@gAKaS?}BKmHGsG[aEu@SSSK]?e@H}@
Hi,
I'm looking for some help or tips for good tutuorials about how to
create your own infoWindows or infoBoxes instead of the regular
infoWindow. So far I have only seen examples with only one infoWindow,
I would like to create my own infoWindows and use a code that handles
several markers and in
1 - 100 of 111 matches
Mail list logo