Thanks for weighing in, will do!
On Wednesday, February 6, 2019 at 2:02:08 AM UTC-7, ralfwessels wrote:
>
> Hi Eric,
>
> I don't think that programmatically added markers count as page load, but
> this is my opinion.
>
> You can contact the support team, to ge
Hello, I am going to be updating my map programmatically by adding markers
for each venue coming from a server sent event stream. Do these count as
page loads which are counted as part of our free quota?
Thanks in advance.
Eric
--
You received this message because you are subscribed to the
how google maps' marker works? i mean what is the computation theyve used
to achieve it?
i want to achieve the same auto scale in my circle with 500 radius. can
someone help me with it ? TIA
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript A
Hi Luke
How do I pass parameters on GEvent.addListener?
I am trying to display the data.photos[i].name onclick
My code below responds on clicking a marker by returns a blank variable (on
both alert and GLog.Write)
var marker = new GMarker(latlng, {title:data.photos[i].name, icon: icon});
One important thing is you have to make sure to include the geometry
library when you declare your javascript for gmaps
src="http://maps.google.com/maps/api/js?sensor=false&libraries=geometry";
I just did this, my goal was to draw a 1km box around a point.
ne = google.maps.geometry.spherical.c
I had the same question and had it answered.
http://stackoverflow.com/questions/11269231/google-maps-api-v3-point-of-interest-with-custom-icons
On Saturday, May 14, 2011 7:23:26 PM UTC-5, PartyPanda wrote:
>
> I have my Google Map V3 working with PHP/MySQL, XML, and Clustering. What
> I need
Is there a way to do this with API V3?
--
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/-/_TGUlQaxv6YJ.
To post to this group, send e
Never mind. After messing around in the console a bit more, I came to
find exactly what I was looking for.
Thank you.
-- Eric
On Jan 17, 9:16 am, Eric Harris wrote:
> I totally agree. However, I am unsure if doing so pulls from the same
> usage limit or if it creates a usage limit fo
I totally agree. However, I am unsure if doing so pulls from the same
usage limit or if it creates a usage limit for each project?
-- Eric
On Jan 16, 8:03 pm, Luke Mahé wrote:
> For this use case it sounds like you want to create two projects in the API
> console and then have a separa
I have been reading over the FAQ's and such, but I cannot find the answer
to my question.
I have two different map projects, on different domains. Are they going to
pull form the same Usage Limit or do they get seperate Usage Limits, since
they are on different domains?
-- Eric
--
We are using the Maps API to geolocate strings at http://zimride.com
Once in a while, a user will submit a location string in english, and the
Maps API will return the location "name" in another language, sometimes
Korean or Chinese, even if we specify "hl=en". This seems intermittent.
Any way
I just wanted to thank you for your answer. You've helped another person!
--
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/-/UZ6T-Twt
When you print out a map, you get the same pixels as you see on the
screen.
If you want a higher resolution on the page, you need more pixels of
map. You might be able to achieve this by making your map div larger
than the screen. Then which you print, choose print settings that will
scale it down
Mike. This is good news, thanks for the reply. Not to question your
authority, but how do you know this to be true? Is it buried in Google's TOS
somewhere because I couldn't find anything that explicitly says this. I'm
definitely inclined to agree with you, but I just wanted the peace of mind
b
y and usage of storing location data via
GM would be very much appreciated.
-Eric
--
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
group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
--
Eric Z. Ayers
Google Web Toolkit, Atlanta, GA USA
--
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 g
Thank you for your responses. I will make it public once i am sure it is done.
You are all very helpfull.
Sent from my Samsung Captivate(tm) on AT&T
Rossko wrote:
>> I had not and as far as I can tell I am not in violation of any of it. Why
>> do you send me this document?
>
>People here could
I had not and as far as I can tell I am not in violation of any of it. Why
do you send me this document?
On Thu, May 12, 2011 at 11:03 PM, Chris Broadfoot wrote:
> Have you read the terms of service?
>
> http://code.google.com/apis/maps/terms.html#section_9_1
>
> On Thu, May 12, 2011 at 5:20 PM,
!
Eric
--
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...@google
Michael, you can use Fusion tables as stated by the other people, I have a
step by step how to article you can read through here
http://www.wikihow.com/Create-a-Google-Map-With-Excel-Data-and-Fusion-Tables
Email or message me with any questions.
Eric
--
You received this message because you
I wrote a little how to article on thischeck it out here.
http://www.wikihow.com/Create-a-Google-Map-With-Excel-Data-and-Fusion-Tables
--
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
in a site is, but I know you can add a layer from fusion table and
it also will give you an embed link if you want to do that too. For
me, it's perfect!
Eric
On Feb 19, 3:47 am, LarsM wrote:
> Hi,
>
> I am very new to Google maps and I want to use it. But I have got prob
If you're using asp.net you may have hit the json serialization size limit,
happened to me. Edit your web.config file to set a larger size limit, it
should be there already but commented out and looks like this
http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Indeed. I was just about to come here to delete my original question, but
you beat me to it :). Turns out the importing of the kml to the database
only imported one row per county, when in fact there could be several. So
after investigating the kml rather than the database, I actually came to th
Hi all,
I have a large KML file that draws polygons of every county in the United
States. I wrote a parser that converted the KML data I need into database
fields. So when I'm looking at Florida on the map, for example, I pull only
the coordinates for Florida counties and plot them as polygons.
Well I do have an off-line dbase (access). It has all the lon/lat for
buss stops on campus. go here to see what I have done. I just want
pegman agh!
http://parking.fsu.edu/routes/main.html
From: google-maps-js-api-v3@googlegroups.com
[mailto:google-maps-
easily converted. Doesnt look to use
any particully advanced v2 functionalty (ie all stuff available in v3)
On 19 January 2011 13:41, Eric Naitove wrote:
first and foremost here is my map page
http://parking.fsu.edu/routes/garnetTEST.asp
I have an
first and foremost here is my map page
http://parking.fsu.edu/routes/garnetTEST.asp
I have an access database that I have long & lat and description. I
pull a recordset (repaeting) and it populates the map. I am using a
web plugin (web assist Promaps for Google).
What I am attempting to do is
Larry/Rosko - Thanks for your recommendations and thoughts. I will check
them out
--
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 fro
0, 3:24 pm, "geocode...@gmail.com"
wrote:
> On Dec 9, 10:35 pm, Eric wrote:
>
> > As request here is the link :
>
> >http://tayhaithian.byethost2.com/asd.html
>
> the dragend event listener works fine for
> me.http://www.geocodezip.com/tayhaithian_byethost2_com_a
As request here is the link :
http://tayhaithian.byethost2.com/asd.html
On Dec 10, 1:55 pm, "geocode...@gmail.com"
wrote:
> On Dec 9, 7:26 pm, Eric wrote:
>
> > I try to trigger the listener to "Dragend" so I could actually locate
> > the lat,lng coord
I try to trigger the listener to "Dragend" so I could actually locate
the lat,lng coordinate. But it seems don't work with my code. Below is
the code I'm working with.
var marker;
var infowindow;
var markersArray = [];
function initialize() {
var latlng = new google.maps
I try to trigger the listener to "Dragend" so I could actually locate
the lat,lng coordinate. But it seems don't work with my code. Below is
the code I'm working with.
var marker;
var infowindow;
var markersArray = [];
function initialize() {
var latlng = new google.maps
I think topic may have been discussed before but I'm totally new to
here and this API too. As I follow the guide on how to create a map to
let user putting mark on the map. I notice the tutorial showing the
listener event which allow us to put multiple marker. I would like to
change it to only sing
I am having a hard time figuring out the code for putting a PNG legend
in my google map. Any examples of code or URLs that anyone can
provide would be great. I would like the image in the upper right of
my map.
Thanks -
--
You received this message because you are subscribed to the Google Grou
I've been able to isolate to a Javascript problem with reading the
DOM. In particular
var d=window.content.document.body.innerHTML;
Causes Google Chrome to abort the routine. I still don't have a work
around, but it is progress.
--
You received this message because you are subscribed to the G
Ok, and I made one more subset of this, stripping out all of the
parsing and putting points on the google map. This script is pretty
basic and it just tries to start a google map, which only fails in the
Google Chrome browser.
http://www.sailsarana.com/maps/test2.html
any ideas? (again I've als
In fact, here it is without the blogger.com javascripts, just my stuff
(and a different API key for the different domain of course)
http://www.sailsarana.com/maps/test.html
Same problem only with Google Chrome.
--
You received this message because you are subscribed to the Google Groups
"Googl
Initially I thought that too. So I removed the window.attachEvent
section of the code inserted by blogger.com while playing with it on
my own server so that the body on_load call is all that should be set
as a trigger and Chrome still fails to start the googlemap.
On Nov 5, 1:00 pm, Rossko wrote
As I mentioned I've tried both API v2 and v3 with no difference.
On Nov 5, 1:34 pm, Chad Killingsworth
wrote:
> You are using a v2 map. Try asking your questions
> here:http://groups.google.com/group/google-maps-api
>
> Chad Killingsworth
--
You received this message because you are subscribed
..
I'm using a tag to allow the DOM to load
before running the API, however Chrome seems to abort trying to load
the map immediately from google.
Here's a link to the page (currently using v2 of the API...I know
don't shoot me):
http://svnakia.blogspot.com
Any ideas or help would
possible (I
think 8 is optimal), made it go faster each time. I don't know why it
takes it longer to load a blank map thats zoomed in more, but it sure
does.
Hope this helps anyone else, because I have found good help on here
before.
Eric Nickus
--
You received this message because you are
wasn’t doing this as an onload event, I wad doing the JavaScript first, then
I had my div, plus I was trying to pass the latlng as a single variable
containing a comma delimited lat-lng pair. I don’t think this is a browser
specific issue.
Eric
_
From: google-maps-js-api-v3
That did it...thanks
Eric
-Original Message-
From: google-maps-js-api-v3@googlegroups.com
[mailto:google-maps-js-api...@googlegroups.com] On Behalf Of Rossko
Sent: Tuesday, October 05, 2010 9:10 PM
To: Google Maps JavaScript API v3
Subject: [Google Maps API v3] Re: Getting an error
The error that is produced on the map only page is the same error
produced on the real page...I will have to try putting the javascript
after the div and see if that works. Thanks!
On Oct 5, 9:09 pm, Rossko wrote:
> > I put a file up
> > athttp://devint.meaningfulfunerals.net/fh/facilities/faci
Can you help me to translate this API v2 to an API v3?
Thanks for help.
function initialize()
{
try
{
if (GBrowserIsCompatible())
{
rror is on line 25. same js file.
Eric
On Wed, Oct 6, 2010 at 9:24 AM, Jason Jonas wrote:
> 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 foc
I put a file up at
http://devint.meaningfulfunerals.net/fh/facilities/facilities/address/maptest.cfmthat
is just the map code...
Eric
On Tue, Oct 5, 2010 at 5:29 PM, Rossko wrote:
> > oops...make thathttp://
> devint.meaningfulfunerals.net/fh/facilities/facilities_address...
oops...make that
http://devint.meaningfulfunerals.net/fh/facilities/facilities_address.cfm?page=1&fh_id=10273<http://dev.meaningfulfunerals.net/fh/facilities/facilities_address.cfm?page=1&fh_id=10273>.
Sorry about that :-D
Eric
On Tue, Oct 5, 2010 at 3:59 PM, Chad
y 27, 2009
(http://code.google.com/apis/maps/terms.html)
Eric
On Tue, Oct 5, 2010 at 2:51 AM, geocode...@gmail.com
wrote:
> On Oct 4, 8:18 pm, Eric Roberts
> wrote:
> > Google should update it's terms of use then...the documents
> > still states that you need a key.
>
> Wh
Google should update it's terms of use then...the documents still states
that you need a key.
Eric
On Mon, Oct 4, 2010 at 10:11 PM, geocode...@gmail.com
wrote:
> On Oct 4, 7:02 pm, Eric Roberts
> wrote:
> > Hmmm...I wisah someone would have told Adobe that when they made it
Hmmm...I wisah someone would have told Adobe that when they made it a
requirement in theri CFMAp tag :-\ Thanks!
Eric
On Mon, Oct 4, 2010 at 10:37 AM, Ronny Aerts wrote:
> You posted a message in the google maps version 3 forum. Version 3 of
> google maps DOES NOT use any api key
he error since I changed it so that the map
> isn't created till it has a location.
>
> Wade Leftwich
> Ithaca, NY
>
> On Sep 30, 11:06 am, Eric Roberts
> wrote:
>
> > I get the following error when trying to display the map. Everything
> > displays correctl
I changed it later in the day after not getting replies to demo this
for my boss...sorry...
On Sep 30, 5:52 pm, Chad Killingsworth
wrote:
> All I see on that page is a static map.
>
> Chad Killingsworth
>
> On Sep 30, 10:06 am, Eric Roberts
> wrote:
>
> > I get the
. Can you get a "generic" key (for lack
of a better term that works for multiple domains?
Eric Roberts
--
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
x27;t report an error, but
retuns the same results.
ehre is the url:
http://www.threeravensconsulting.com/google_maps_api/map_body.cfm?latlng=41.804415,-88.059863
ANy ideas on what is wrong? Thanks in advance!
Eric
--
You received this message because you are subscribed to the Google Groups
&q
I've written an app that puts form fields such as textfields in info
windows. When a user enters text into the textfields then submits the
form the text is submitted with the form which is what I want. But if
the user closes an info window then any content they entered into the
info window is lost
Using V2 i had the code below to place a flag on the right top corner.
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
var icon = new GIcon();
icon.image = "../../satellite/flag/" + country + ".png";
icon.iconSize = new GSize(24, 24);
ic
Hello,
I haven't actually tried to code a custom street view panorama yet. I
am a mountain climber and I am interested in displaying summit
panoramas that are linked together. Before I dive in to the code, I
just have a couple questions.
Can you add a custom panorama in an area without street vie
I am looking to add my logo company name into google maps in the top
right corner.
I don't really arrive using the Drawing Custom Controls.
Do you know a working sample or the way to obtain latitude and
longitude of the corner ?
--
You received this message because you are subscribed to the Goo
referring to)...though
> it still references code in both areas for only v2. Which is a little
> confusing, but I expect it will be updated someday. Or one could just
> figure it out by looking at how things are now done for v3 and applying
> it...
>
> k
>
>
>
>
>
How do you find the version number, because I was posting in the v2
group but was told my site was running v3...
On Apr 20, 5:24 pm, Luke Mahé wrote:
> Hi Eric,
>
> Your site is using the v2 API so you probably will have more luck posting on
> the v2 group -http://groups.google.com/
I think you guys have misunderstood his question, because I basically
have the same question. It's not a SQL question, it's an API question
(how to have the location search weed out the locations that don't
have the attributes selected in, say, a checkbox). I can find the
code to run a query on t
I've gotten an explanation for this but it was a little above my head
(and under a different topic).
I want a group of check boxes to act as a filter to only show certain
location types.
Link: http://www.byebyewithbaby.com
I want it to filter by changing tables, clean restrooms, gas stations,
et
them
> in an array and sort order them for the display? That's possibly over
> engineered Anyway, you get the picture, yes?
>
> k
>
>
>
> On Thu, Apr 8, 2010 at 9:50 PM, Eric wrote:
> > Well what I am trying to do is setup so the locations I am listing
>
it's a matter of passing a geocode or a Lat/Lng into it with a
> parameter of some sort to define the "Near" part, no?
>
>
>
> On Thu, Apr 8, 2010 at 9:05 PM, Eric wrote:
> > ! FINALLY!
>
> > Thank you Karen! You set me in the right direction.
st, then display the rest, that
would be great. I have another field with a y or n value to determine
if the location is featured or not.
On Apr 8, 10:32 pm, Eric wrote:
> Thanks for the response... However, now the search does not work...
> I've triple checked the code and everything see
Ok, nevermind. I added a "var id = markers[i].getAttribute('id');"
just above that code and it's working now...except it's returning a
"null" for id...
On Apr 8, 10:32 pm, Eric wrote:
> Thanks for the response... However, now the search does not
ate + ', ' + zip + ' color="red">Number of rooms: ' + beds + ' href=localhost/member.php?id=' + id + '>Profile';
> GEvent.addListener(marker, 'click', function() {
> marker.openInfoWindowHtml(html);
> });
>
My test site is
http://www.byebyewithbaby.com/test3.php. I have searched but haven't
found any answers on this...
I used the tutorial at
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html
for the code to this search.
I have a page (http://www.byebyewithbaby.com/locations.php) that,
w
On Feb 14, 7:44 pm, "Susannah (Google Employee)"
wrote:
> Please file an issue in the issue tracker for this feature request.
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2172
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API
How do you control what polygon (or rectangle, circle etc) shows on
top? There doesn't seem to be a z-index property, as is the case for
markers?
--
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
If your application is set up to load markers and shapes from a server
based on the current bounds, it seems like a good idea to "garbage
collect" items that are no longer within the current bounds. Doesn't
look like there is built-in support for this (?), so I'm curious what
solutions people have
After registering e.g. a dblclick handler on a Rectangle, how do I
prevent that event from triggering another handler as well (e.g. map
zoom)?
google.maps.event.addListener(area, 'dblclick', function(event) {
// do something, but don't zoom in!
});
--
You received this message because yo
obile devices, this is
very noticeable.
In lieu of this being currently possible, is there a workaround that
can be suggested?
Thanks,
-Eric
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send
75 matches
Mail list logo