Hello Richy,
Take a look at some basic examples at
http://shreerangpatwardhan.blogspot.com/. Try the basic ones first and then
once you have a firm base, then jump on to more complex ones.
On Sun, Nov 21, 2010 at 12:55 AM, Ahmed wrote:
> Hello Richy
> Take a look at the samples in
> http:
> var point = new google.maps.LatLng(
> (markers[i].getAttribute("S27 26.559 W48 29.218")));
>
> What am I doing wrong ?
google.maps.LatLng() needs to be given two numbers representing
decimal degrees e.g.
google.maps.LatLng( -27.856 , 56.553 )
You'll need to parse the string of degrees and decim
Hello,
my knowledge in .js is near to nil, but I have added a geolocalisation
in my site http://www.psop.fr/?rep_rubrique=MAP_Population
I am now testing Marker Cluster, but i would like to click on the
single locations and get an information box.
Do you have an exemple of the code, or do you k
Hi,
When I download data from my GPS it has the S27 26.559 W48 29.218
format for lat lng coordinates. When I put it in Google maps website, I
get the location.
However when I try to use the format in my code it doesn't work:
var name = markers[i].getAttribute("name");
var type = markers[i].g
Anyone?
On Nov 19, 5:23 pm, odubhthaigh wrote:
> Yeah.. I was screwing around with it trying to figure it out.. sorry
>
> >.>
>
> On Nov 19, 5:22 pm, Rossko wrote:
>
> > >www.budsarcheryshop.com/dev2
>
> > This seems to be changing while I'm looking at it. At the moment,
> > there is one map in
Hi,
I've noticed that either when drawing new google.maps.Polygon(s), or
when changing their fillColor property under the iPhone's browser,
they tend to be partially (or at all!) displayed. Sometimes you have
to wait a bit for them to appear, other times you either have to drag
the map a bit, or d
> I have a "working" demo at this
> adresshttps://dl.dropbox.com/u/2447285/Javascript%20Samples/GoogleMaps/Maps...,
> and if anyone can see whats wrong i'd be delighted.
I get a message
"It seems Google maps has a problem being inserted to a container
which has style="Display:none;"
which is true
Instead of a marker for each, why not put the people at the same
location in the same infowindow? One location, one infoWindow
(containing multiple entries for people).
On Nov 19, 3:58 pm, Jeremy Blaney wrote:
> Hi all,
>
> On my website I have a map that pinpoints each user's approximate
> loca
On Nov 19, 7:46 pm, Bødlen wrote:
> Hello everyone,
>
> I've been working on a small script that loads a Google Map into a
> Modal window, and places a marker on it at a given location.
>
> I have 3 links on my demo page, and each link should open a Modal
> window with a map and a marker.
>
> I've
On Nov 19, 6:58 pm, Jeremy Blaney wrote:
> Hi all,
>
> On my website I have a map that pinpoints each user's approximate
> location. I base it off a value called $location which is just a
> combination of $city, $state, and $country. I don't want to get more
> specific than that because I don't
Hi all,
On my website I have a map that pinpoints each user's approximate
location. I base it off a value called $location which is just a
combination of $city, $state, and $country. I don't want to get more
specific than that because I don't want too much information out there
publicly.
Questi
Hello everyone,
I've been working on a small script that loads a Google Map into a
Modal window, and places a marker on it at a given location.
I have 3 links on my demo page, and each link should open a Modal
window with a map and a marker.
I've got the script down, and it works great the first
I don't know why you would need to fire an event? I just used an
event to demo it. These properties and methods are part of each
marker object.
Normally I imagine you would be looping through an array of markers,
getting its icon size, comparing it to the others around detecting for
overlap, etc
> Am i not allowed to collect information a user is willing to give me ?
> For example the city / street he lives in and his name ?!?
The question is really, what would you do with it then? Publishing
that information to other people e.g. by showing it on a map, could
violate their privacy. Unle
> this link http://www.geopeche.fr/ajouter_spot.html
>
> I must have just One marker ! so when I search 2 country the old
> marker don't disappear.
You have defined a global 'marker' at the beginning of your map script
var marker;
and a function placeMarker() that would place or reposition it
Hello Richy
Take a look at the samples in http://www.cartologic.com/cartoview/demos.aspx
there are many samples that could help with this
On Nov 16, 10:45 pm, Richy wrote:
> Hi, I am new to this world of the Google APIs.
> I want to do an application that receives lat/long and based on that do
>
On Nov 20, 7:31 am, niepere wrote:
> In my case kmlLayer not render fast, but geoxml3 yes.
> I have only markers on my map, not gpolylines or gpolygons. It's
> normal?
For simple kml perhaps. geoxml3 renders the markers locally (in the
browser), kmlLayers sends the kml to google's servers for pr
something alone those lines thanks thats a big help
--
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
goog
sadly no reply but i fixed the problem by just using:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/reference.html
cheers, en4ce
On Nov 15, 2:13 pm, en4ce wrote:
> Hi everyone,
>
> iam using Fluster 2.0.1.1 and i want to delete all the cluster created
> with
In my case kmlLayer not render fast, but geoxml3 yes.
I have only markers on my map, not gpolylines or gpolygons. It's
normal?
On 20 Nov, 00:11, "geocode...@gmail.com" wrote:
> On Nov 19, 2:00 pm, niepere wrote:
>
> > Hi guys,
> > Which are the benefits of using geoxml3 (http://code.google.com/p
http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomControls
Martin.
On Nov 20, 7:13 am, Eric wrote:
> 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
You are quite right, the pixelBounds object is the one you want.
However, even though it is mentioned in the documentation, it is not
documented and the objects property names are not fixed.
I have opened an issue to try to get this documented.
If you add a comment, the google maps team might docu
You are quite right, the pixelBounds object is the one you want.
However, even though it is mentioned in the documentation, it is not
documented and the objects property names are not fixed.
I have opened an issue to try to get this documented.
If you add a comment, the google maps team might docu
Hm, that is interesting indeed. However, that would mean that I'd need
an event fired for every marker. But maybe there's another way of
getting to that object/information... It's weird that they (obviously)
have the information but don't expose it... Thanks!
On Nov 19, 11:47 pm, CroNiX wrote:
>
hello everybody,
I have an error with my script for geocoding an address.
this link http://www.geopeche.fr/ajouter_spot.html
I must have just One marker ! so when I search 2 country the old
marker don't disappear.
Could you help me for fix that ?
Regards
Greg.
--
You received this message b
25 matches
Mail list logo