[Google Maps API v3] Store Locator app developer

2011-09-07 Thread Klondike91
Can anyone recommend developers with experience creating a store locator app for a company website using Google Maps API v3, php and mysql? Our current version is Flash based and therefore needs to be replaced to work on Apple mobile devices. What we're looking for is similar to the Ace Hardwa

[Google Maps API v3] Store locator

2011-06-09 Thread kypriakos
Hi all, I am trying to implement a store locator using the GM JS API but I am not sure if this is the correct tool for what I want to do. I manage a set of distributed mobile nodes (Android smartphones for now) for which I want to send information for a centralized location (ex. a laptop). the l

[Google Maps API v3] Store Locator

2011-03-31 Thread Mike Wellman
This may be the wrong area for this but not sure where to turn. I trying out the code from here: http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html I split up the database so that state is in it's own column. The problem that I am dealing with is I would like my listings in the side

[Google Maps API v3] Store Locator using just JavaScript and JSON

2011-01-30 Thread Mike Wellman
I've been trying to approach this at multiple angles and can't seem to find a working solution. http://dev.gmdadv.com/shopnsave/retailer_job_listing/search_jobs_testing.php I have a JSON formatted as so: [{ "storeNumber":"", "storeName":"", "address":"", "city":"", "state":"", "zip":"", "phone"

[Google Maps API v3] Store locator based on driving distance

2010-10-04 Thread Chris
Hi, I am looking at making a store locator using Google Maps API. We need it to calculate the nearest by driving distance from the start point to the nearest depot rather than in a straight line. This is because it is how our old system works and we would like to keep the results consistant. The

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-09 Thread Rossko
> NO ONE just have an example of the tutorial? You may be the first to want it ; people will help you if you run into trouble converting from the v2 version. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread tinem
Can't get this site to functioning either. NO ONE just have an example of the tutorial? I have made a version with the tutorial for v2 as you can see here http://www.findbiblioteket.dk/radius/ - just type zipcode 2800 for instance. And a lot of other sites but NOT for v3. -- You received this

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread Eddie LaRue
On Aug 8, 7:32 am, tinem wrote: > None of your links is functioning. :-(I have a working page at > www.celltreesinc.com. It is based on the tutorials, but has had other things > added. Just go to the maps page. -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread tinem
None of your links is functioning. :-( -- 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 google-maps-js-ap

Re: [Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread Federico Ulfo
Hi Tinem, I've an example for the use of api v3 client side here: www.federicoulfo.it/tuscany.html (front-end) and www.federicoulfo.it/tuscany_admin.html (back-end) server side you need to create a database (mysql is ok) and to read / write from it (php is ok) Cheers 2010/8/8 tinem > On 8 Jul.,

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread tinem
On 8 Jul., 06:52, tinem wrote: > I would also like to see a working example of this > codehttp://code.google.com/intl/da/apis/maps/articles/phpsqlsearch_v3.html > instead of just an image. Someone know where this example is to test, > please? NO ONE have a working example to show just as the tut

[Google Maps API v3] Store locator and driving directions

2010-07-28 Thread Jacob Roman
I have a store locator set up with a bunch of different locations. Works just fine i just need help with trying to figure out how to add getting directions. I have whoever is visiting the site enter their address and it will bring up the closet stores to them. Is there a way to set it up where i c

[Google Maps API v3] Store Locator with PHP and MySQL

2010-07-27 Thread Jacob Roman
I have been working on this tutorial http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html for the past few days and i have had no trouble except when i search nothing happens. I am very new to MySQL and PHP one thing i have had a problem with is having the PHP code create the XML file. T

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-07-07 Thread tinem
I would also like to see a working example of this code http://code.google.com/intl/da/apis/maps/articles/phpsqlsearch_v3.html instead of just an image. Someone know where this example is to test, please? -- You received this message because you are subscribed to the Google Groups "Google Maps J

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-07-07 Thread blaines.insane
I'm looking to do the same thing, just haven't gotten around to it yet, or I'd tell you how exactly. But basically, I think all you need to do is set up the div where you want the feedback, give it an ID (let's call it "sidebar"), then, in the createMarker function, after the "html" var is set up,

[Google Maps API v3] Google Maps API v3 Store Locator

2010-07-07 Thread cartch
Looking to add a sidebar to this example: http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html Like the did in the V2 example: http://code.google.com/apis/maps/articles/phpsqlsearch.html Any help would be appreciated -- You received this message because you are subscribed to the G