http://www.notbefore9.com/
You know why I'm a pimp right? On Tue, Dec 3, 2013 at 10:43 PM, LRS Scout <[email protected]> wrote: > Just to expand on where I am and what I'm trying to do. Basically at this > point I have an array of addresses. [0] will always be the start point and > the rest will become waypoints that I'll let Google decide where to put on > the route and end up back at [0]. > > The problem is in that when you create these addresses you have to create > a marker and an info window. The API doesn't have an array of them, or > anyway to find them unless you kept a pointer to them. I was thinking > maybe a multidimensional array or one of the pseudo JS class you can > define, but I get pretty confused by them and where the brackets and colons > go. I'd relly like some advice on how to manage this process and best > practices if anyone has dealt with it. > > > On Tue, Dec 3, 2013 at 9:44 PM, LRS Scout <[email protected]> wrote: > >> Anyone up for it? >> >> So far it's Bootstrap 3/JQuery/Google Maps. I feel kind of stuck on the >> markers and the way they are implemented in the API. I can either create a >> markers array or object and populate it with pointers to each (and the info >> windows the same thing) or can I create something like and address class >> that extends the google address object and attach the markers and info >> windows to each unique address? >> >> I know it's a very basic single page app for a lot of your guys but I'm >> just having a hard time with some of this new stuff. >> >> haha, now I'm that old guy on the list asking for help. >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:368935 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
