[Google Maps API v3] Holes, holes, holes...

2011-05-29 Thread egidio cs
Hi, Everything was done according to specs, but I simply can't figure it out why holes are not drawn. Can anyone help, please? var paths = [ [new google.maps.LatLng(-3.05560302734369,-42.5214843750057),new google.maps.LatLng(-3.02508544921858,-42.5607910156301),new google.maps.LatLng(-2.95

[Google Maps API v3] Re: phpsqlsearch_map.html

2010-11-29 Thread CS
Hello and thanks for responding. Is it possible to just replace the existing input box with a drop down menu/list that will pull from the database? Thanks On Nov 26, 5:34 am, Rossko wrote: > > Currently if I input "clothing" into the search box nothing shows up > > on the map or "clothing atl

[Google Maps API v3] phpsqlsearch_map.html

2010-11-25 Thread CS
Hello, I am currently using the phpsqlsearch_map.html located at http://www.sabramediagroup.com/Maps/new/phpsqlsearch_map.html and I want to know how to change the search criteria. Right now if you put in a city & state it will pull up stores that are located within a certain distance. I have ad

[Google Maps API v3] Re: How To Placemarks to display within my direction search results

2010-10-28 Thread CS
The results will not show up in the search box, the user will select the type of location/venue/ park they want to visit on their trip and the results of their choice will appear on the map between point A & B of the direction results. Maybe I am asking the wrong question. Let me ask another way.

[Google Maps API v3] Re: How To Placemarks to display within my direction search results

2010-10-27 Thread CS
Thanks for responding. The 3rd search box will show placemarkers (i.e. business, parks, etc) that are between point A & B of the directions. Please advise on the best method. Thanks On Oct 27, 7:24 pm, Chris Broadfoot wrote: > > How can I get placemarks to show up within my direction sear

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-25 Thread CS
I figured it out. Thanks On Oct 24, 12:15 am, CS wrote: > Thanks I have seen this example and it has a start/end information > filled in upon page load. > Do you have an example of one that does not have the address > preloaded? > > Thanks > > On Oct 23,

[Google Maps API v3] Re: Adding Multiple Markers

2010-10-25 Thread CS
Hello, Do you have a V3 example? On Oct 21, 11:42 am, "geocode...@gmail.com" wrote: > On Oct 21, 7:46 am, CS wrote: > > > Hello, > > > I have two questions/requests. > > > I want to use the marker - simple map that is in Google Sample > > galler

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread CS
Thanks I have seen this example and it has a start/end information filled in upon page load. Do you have an example of one that does not have the address preloaded? Thanks On Oct 23, 12:45 pm, Rossko wrote: > > Any suggestions on how to add the feature you mentioned?  Referring to > > waiting

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread CS
Any suggestions on how to add the feature you mentioned? Referring to waiting on the end user input. On Oct 23, 11:52 am, Rossko wrote: > > Okay I can see that but how do you add the destination field? > > Add it to what? > From a quick glance at your code, it seems to try and generate > direct

[Google Maps API v3] Re: Adding Multiple Markers

2010-10-23 Thread CS
along the travel route? So I need to know where and how to input the multiple marker code in the directions map. Thanks On Oct 21, 11:42 am, "geocode...@gmail.com" wrote: > On Oct 21, 7:46 am, CS wrote: > > > Hello, > > > I have two questions/requests. > > &g

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread CS
Okay I can see that but how do you add the destination field? On Oct 22, 1:36 pm, Esa wrote: > It has been a huge effort of Google to make geocoding and directions > to work with a single input field. I am sure that users like it more > than separate address component fields. -- You received th

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-21 Thread CS
Thanks for responding. Here is the link: http://www.sabramediagroup.com/Maps/example-map.html On Oct 21, 11:33 am, "geocode...@gmail.com" wrote: > On Oct 21, 7:59 am, CS wrote: > > > Hello, > > > Is it possible to create separate fields in the direction pa

[Google Maps API v3] Adding Multiple Markers

2010-10-21 Thread CS
Hello, I have two questions/requests. I want to use the marker - simple map that is in Google Sample gallery. I need to know how to add multiple markers for a variety of locations. This is code that I am working with: function initialize() { var myLatlng = new google.maps.LatLng(-25.36388

[Google Maps API v3] How to move the Geocoding Directions Panel

2010-10-21 Thread CS
Hello, Is it possible to create separate fields in the direction panel? Example: Address City State Zip Code Each would have it's own text field. Similar to the classic version of Mapquest (http://www.mapquest.com/) Here is my current code: From: To: