Hi Thor,
Does the usage limit and subsequent costs apply to desktop applications
such as my app that reads NMEA data from GPS COM port and display the
current location using Google Maps?
Best Regards,
Ensabahnur
--
You received this message because you are subscribed to the Google Groups
"Go
If your user 'A' is going to enter marker descriptions then you need
to filter those for cross site scripting attacks (XSS) before your app
lets user 'B' see those descriptions on their screen. Google's newbie
info is remiss in not stressing this point.
--
You received this message because you a
Try some of these links:
http://code.google.com/apis/maps/documentation/javascript/basics.html
http://code.google.com/apis/maps/documentation/javascript/articles.html
http://code.google.com/apis/maps/articles/phpsqlinfo_v3.html
The keyword is "javascript"
Ralph
On 01/11/2011 04:03, Whatsam
This may be an easier example. Easier than trying to figure out my
code :)
http://code.google.com/apis/maps/documentation/javascript/examples/polyline-simple.html
It may be related to the issue where polylines (and markers) are
appearing over infowindows (also in Chrome 15).
http://groups.google
Hello,
I have a need to build a web app that uses Google maps. The user should be
able to make a mark on the map and open a dialog box that shows the lat/lon
of where hte mark is. The dialog will also contain other params for the
user to enter using such things as drop down menus. The app will
This news is very unfortunate. Who will pay my work on Google Map Maker?
--
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/-/3a5m-auzE
Can you include a link to your demo please.
-- Luke
On Tue, Nov 1, 2011 at 8:24 AM, Eddie wrote:
> I also have this issue. My specifics:
>
> I have a map on the page, and a new map that appears in a popover
> window (I am using the JQuery plugin Colorbox). The top-level map
> cannot be dragg
I also have this issue. My specifics:
I have a map on the page, and a new map that appears in a popover
window (I am using the JQuery plugin Colorbox). The top-level map
cannot be dragged in Chrome. Map controls (zoom, pan, etc) and
copyright/terms links at the bottom all work fine. When I pres
Google's requirements for non-profits:
http://www.google.com/nonprofits/eligibility.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
Hi Am
This code has been added after the last time I looked
visibleMarkersCount++;
}
switch(visibleMarkersCount){
case 0:
// no markers have been created
// set map zoom and center accordingly - or just it leave it
as it
is
map.setZoom(8);
break
sorry, that was Longwood, FL 10mi, not 5mi.
--
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/-/5yTOfHbSOXsJ.
To post to this group, s
http://www.netmagazine.com/news/devs-respond-google-maps-api-limits-111510
Regards Davie
On Oct 31, 5:39 pm, "geocode...@gmail.com"
wrote:
> On Oct 31, 10:17 am, giscoda wrote:
>
> > Hi Thor,
>
> > will there be an option to get streetview and geocoder without the
> > google map?
>
> > I could
Thank you for the help. I assume I did this incorrectly since it's not
zooming in when I search (longwood, fl, 5mi for example).
Here is my code:
function searchLocationsNear(center) {
clearLocations();
var radius = document.getElementById('radiusSelect').value;
var searchUrl = '
> Any suggestions? Can this be done?
Sure. Construct a 'custom' marker using the default marker image.
--
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.co
> Fiddle with gmap3http://jsfiddle.net/dLqbw/3/
Seems to be a variation of this thread
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/1aa01e863c32d4e4#
I got to see your map with a half red / half blue marker i.e. the icon
was different where it was split on a tile boun
Any suggestions? Can this be done?
--
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-v
> is it possible to use my custom street network layer as a base layer
> for google direction service ?
No. You'll have to use your own routing engine.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, sen
> How do I set the zoom if I don't
> have a url?
You already have this line in your code
map.setZoom(6);
you might guess that is the way to do it.
The task is really to set that zoom level in the circumstance(s) where
you don't like the automatic zoom, as outlined by Martin
--
You received t
> The google geocoder failed due to ERROR eveytime I run it. This
> happens for my page and also the google exmpales online.
It may be that the IP address you are using has been blacked.
That could be because you've made lots of requests, perhaps during
testing.
Or someone else sharing your IP has
Hi Chris
I used the url
http://www.lambrettatailoring.com/phpsqlsearch_genxml.php?lat=55&lng=-5&radius=2000(based
on your initial lat/lng with a radius of 2000
It produced the XML and no records
It would seem that your php is providing no result
I would check your SELECT query to detect the prob
Hi.
I checked but it can work.
Your example page says "OK"
And example page of google code does not occur error.
So please tell us which error code did you get?
http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingStatusCodes
On 10月31日, 午前10:22, Chris Harding wrot
Hi Am
I see you have used my code to show no properties found
You do not need to send zoom level in url as i does not send anything
back in the XML
When nothing is found the XML is
If you replace
for (var i = 0; i < markerNodes.length; i++) {
if (markerNodes[0].getAttribute("street")=="No prope
Hi
The google geocoder failed due to ERROR eveytime I run it. This
happens for my page and also the google exmpales online.
My Page:
http://www.lambrettatailoring.com/phpsqlsearch_map.php
Example page in reverse:
http://code.google.com/apis/maps/documentation/javascript/examples/geocoding-revers
I'm using My Maps to generate simple maps with addresses and custom place
markers. The maps look fine in Google, but when I export the KML files and
use the API, almost all the custom markers are replaced by the default blue
marker. I'm using the gmap3 jquery plugin in my actual implementation,
is it possible to use my custom street network layer as a base layer
for google direction service ?
for example :
i want to display direction from x point to y point using my custom
street
layer (i.e street a is one way only street b is 2 ways) ?
i will be appreciate any help to put me on right
Hi,
I have created a code to add multiple markers and infoWindows using the
GeoCoding service. I have copied the method from API v3 Docs. My script
pulls address information from a ASP.Net web service and writes them onto a
hidden div element.
Next piece of code reads the address from hidde
The directions limit is per client IP address.
So if you do get the directions, in the webpage via javascript, then
*each* of your visitors gets 2500 requests.
(Its not exact, because, many people share IP address (proxies, NATs
etc) - but still its not a limit you should generally have to worry
All,
I am having a concept of an website which is based on the driving
directions feature provided by Maps API. There is no way i can limit the
number of transaction to 2500 because the concept would help lot of people.
Now my problem is that the payment which Google is demanding for. I am not
fo
Thank you for the advice. It's really helpful, but I don't know how to set
the zoom level. I know I just add &zoom=12 to the url, but my code doesn't
have a url, just variables and functions. How do I set the zoom if I don't
have a url?
--
You received this message because you are subscribed t
On Oct 31, 10:17 am, giscoda wrote:
> Hi Thor,
>
> will there be an option to get streetview and geocoder without the
> google map?
>
> I could easily switch the main map of my application to an open source
> solution but I would like to continiue using googles geocoding and
> streetview.
You are
On Oct 31, 9:21 am, az wrote:
> Hi all
> it is very strange behavior that i am experiencing in my map
> the site iswww.bgstreet.co.uk
> and as you can see some markers are blue instead of whit-green-red. The
> blue ones are changing to normal (WGR) if you zoon in/out.
> Sometimes one marker is eve
Hi.
Try updating your code so it knows how many markers have been created
and sets the map bounds based on that:
[code]
var visibleMarkersCount=0;
for (var i = 0; i < markerNodes.length; i++) {
var id = markerNodes[i].getAttribute("property_id");
var city_id = markerNodes[i].getAt
Question: Can javascript be used in an infowindow?
>From a PM I traded with Google staff the answer is: yes and no.
Yes - if you are building the infowindow yourself with API calls.
No - if you are displaying a KML/KMZ file.
--
You received this message because you are subscribed to the G
Hi Thor,
will there be an option to get streetview and geocoder without the
google map?
I could easily switch the main map of my application to an open source
solution but I would like to continiue using googles geocoding and
streetview.
Thanx
-s.
On 31 Okt., 10:20, abanjo wrote:
> Hi Thor,
>
The Qs RobMaps posed regarding iframes are important for me also.
Many of my users display pages from their own domain which contain my
map API app running in an iframe.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to
Hi all
it is very strange behavior that i am experiencing in my map
the site is
www.bgstreet.co.uk
and as you can see some markers are blue instead of whit-green-red. The
blue ones are changing to normal (WGR) if you zoon in/out.
Sometimes one marker is even half blue half WGR. It seems only mark
Oh ok, I understand. Thank you for the advice.
--
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/-/QNFT2ArdGzcJ.
To post to this group
I wasn't able to find another post similar to my question, but I'm hoping
someone can help walk me through this.
How do I set the zoom level of the map when I search for properties? I
don't have a url, so I'm not sure how to set the zoom. For example: When I
search for an address that does not
>
> We should be given a choice of shutting the site down when the 25k limit
>> is reached or paying to keep it online.
>
>
> You will have that choice. You can set a Maximum Billable Limit, which is
> the maximum amount you are willing to pay per day. If you exceed that limit
> on any given da
How is the usage limit implemented where maps are embedded onto a user's
website with an iframe ?
Is the usage charge applied to the domain of the main container page or the
domain of the iframe's source ?
I currently use Amazon S3 to host ad-supported maps for other people, using
a mapped s
Have just reactivate a street view of my website subject. Got a new
code to embed. when I view it in IE, I get a message 'This content
cannot be displayed in a frame'... What is the alternative, please,
instead of opening it in a new window.
when I view it in Safari, it just keeps 'loading'.
any
>2) the 99,65% of the sites have found a way to offer a great map
>service without go over this limit. I'm very curios to know how!
Only show map when requested
How many of the 25K hits ever require the map??
Regards Davie
On Oct 31, 10:41 am, Rossko wrote:
> > 1) the 99,65% of the sites don't c
> 1) the 99,65% of the sites don't consider the maps as an important
> feature for their core business.
We might rephrase that as "99,65% of the sites don't consider the
_Free_ maps as an important feature for their core business _or_ are
not expecting 25,000 users per day"
Many businesses with ma
Hi Thor,
So according to what you said only the 0,35% of the sites is over the
25.000 limits.
This is a big surprise for me considering that 1 map load = 1
transaction!
So we have 2 options:
1) the 99,65% of the sites don't consider the maps as an important
feature for their core business.
2) the
On Monday, 31 October 2011 01:48:26 UTC+11, John Coryat wrote:
>
> We should be given a choice of shutting the site down when the 25k limit
> is reached or paying to keep it online.
You will have that choice. You can set a Maximum Billable Limit, which is
the maximum amount you are willing to p
45 matches
Mail list logo