[Google Maps API v3] how can i set organise markers in groups ?

2011-05-15 Thread Hamza
Hello dears ! I'm suing this class to implement the gmap in my projects . i have a small problem , i want set markers in groups so i can hide or show them when i click in an icon . ex : Hospitals : Google Hospital , Yahoo Hospital , MS Hospital . SuperMarkets : E-Buy , AliBABA , something-other ..

[Google Maps API v3] Re: How to put links in KML layer infoWinow

2011-05-15 Thread geocode...@gmail.com
On May 15, 6:38 pm, Raju M wrote: > How to customize KML layer Points infowindows? > I need to put some links in infowindow. how can i achieve that? 1. set suppressInfoWindows: false 2. add a click listener to the KmlLayer 3. in the click listener create an infowindow and put whatever you want in

[Google Maps API v3] Custom Map Types - Base Map Type seems not working

2011-05-15 Thread Quang Nguyen
Hi all, I'm beating around an example with Custom Map Type - Base Map Type, but it seems not working. The map is gray in the custom map mode. The demo on google map api doc doesn't work either (http://code.google.com/apis/maps/documentation/javascript/examples/maptype-base.html). It would be gr

[Google Maps API v3] Switch Map

2011-05-15 Thread Raju M
I am displaying directions in map1 and loading kml layer in map2, both map rendering in same map_canvas. How can i switch maps -- 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-

[Google Maps API v3] IPhone (smart device) Dual Canvas Issues

2011-05-15 Thread Simon
Hello. GoogleMaps V3.4 I am trying to write a mobile phone app to identify the locations of various eateries in relation to the surfer. Onload there are no problems and the location of the Surfer and the required eateries are displayed fine. I have generated InfoWindows which relate to the Eate

[Google Maps API v3] Adding muiltiple markers to one city with out addresses?

2011-05-15 Thread Jono
Is it possible to add multiple markers to one city, each representing a different event, without specific addresses? Events take place in one city but varying locations with no specific address. Currently when you add an event to the city it bumps the previous event off the map? Is there a way ar

[Google Maps API v3] custom control (pan and zoom)

2011-05-15 Thread Jonathan DeRouchie
hi, i have reskinned the world map at several levels of zoom and am now looking at adding custom skinned controls for panning and zooming... based n some reading i think i am looking at this: - insert wrapper div with both objects onto a control layer::: map.controls[google.maps.ControlPosition.T

[Google Maps API v3] Setting zIndex of multiple GroundOverlays?

2011-05-15 Thread pbuckner
It appears if you display multiple GroundOverlays, the "last" one setMap(map) will be in the foreground and there is no way to force one to be below another. True? (This was also true for v2) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] How to put links in KML layer infoWinow

2011-05-15 Thread Raju M
How to customize KML layer Points infowindows? I need to put some links in infowindow. how can i achieve that? -- 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@googlegro

Re: [Google Maps API v3] How do I differentiate the paths of a polygon between an "outer" boundary and an "inner" boundary?

2011-05-15 Thread Ben Appleton
The documentation examples and the "demo gallery" are worth a look: http://code.google.com/apis/maps/documentation/javascript/examples/index.html http://code.google.com/apis/maps/documentation/javascript/demogallery.html The gallery includes this polygon drawing demo: http://www.the-di-lab.com/pol

Re: [Google Maps API v3] Viewing Details on the map - Affichage des détails sur la carte

2011-05-15 Thread Chris Broadfoot
Can you link us to your map? Have you set the region parameter? http://code.google.com/apis/maps/documentation/javascript/basics.html#Region On Sat, May 14, 2011 at 11:10 PM, Renaud FAUCON wrote: > Hello. I developed an API 3 based application. When I use > http://maps.google.fr if I type ''Blagn

Re: [Google Maps API v3] Map Display on iPhone Issue

2011-05-15 Thread Chris Broadfoot
and need height:100% as well. By the way, consider targeting these devices using a @media query: http://www.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/ Chris On Sun, May 15, 2011 at 5:44 AM, Charlie wrote: > I am trying to create

[Google Maps API v3] Re: looking for assistance on a couple of ToS questions for google map

2011-05-15 Thread bprojects
Found answers to 1 - 3. Seems like it's still within ToS. If http://code.google.com/apis/maps/faq.html#tos_commercial "As long as your site is generally accessible to consumers without charge, you may use the Google Maps API. For example, if your website is supported by advertising, it likely f

[Google Maps API v3] looking for assistance on a couple of ToS questions for google map

2011-05-15 Thread bprojects
Hi, I have a question about the terms of service. Searched high and low and would appreciate a little assistance. Perhaps i'm not looking at the right place. 1) I have a site that has a map of a niche type of location. People provide me their location to put on this map. If I start charging pe

Re: [Google Maps API v3] Changing marker colours dependent on data

2011-05-15 Thread Chris Broadfoot
if (uni_data[Id].Category = 10) { myIcon = ' http://chart.apis.google.com/chart?chst=d_map_pin_icon&chld=books|7E2217' } else if (uni_data[Id].Category = 25) { myIcon = ' http://chart.apis.google.com/chart?chst=d_map_pin_icon&chld=books|E56717' } else if (uni_data[Id].Ca

Re: [Google Maps API v3] How do I differentiate the paths of a polygon between an "outer" boundary and an "inner" boundary?

2011-05-15 Thread Richard Quadling
Your explanation is excellent. Thank you very much. Do you know of any tools that provide a user with polygon drawing? Something I don't want to have to start from scratch? A library of useful apps that have been generated using the maps API would be excellent. On 14 May 2011 03:30, Ben Appleton

[Google Maps API v3] Re: Google Maps application

2011-05-15 Thread tara khanna
On May 12, 12:25 pm, Rossko wrote: > > I need a complete script, > > You usually have to pay people to get them to write complete scripts > to your specification. > > > if possible where once a polygon is created, > > all the markers within that polygon get highlighted. > > Okay, you'd want to i

[Google Maps API v3] Re: Google Maps application

2011-05-15 Thread tara khanna
On May 12, 12:25 pm, Rossko wrote: > > I need a complete script, > > You usually have to pay people to get them to write complete scripts > to your specification. > > > if possible where once a polygon is created, > > all the markers within that polygon get highlighted. > > Okay, you'd want to i