close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Pro Maps for google ShowGooglebar

Thread began 9/12/2011 12:09 pm by badsusmc429990 | Last modified 9/13/2011 11:39 am by badsusmc429990 | 3750 views | 4 replies

badsusmc429990

and have that informtion go into my Recordset table and filter back down into the map. and as for the search function.

This is a geo location Function if i do get it to work would i just use the standerd google api commands to set it up. EX
-----------------------------------------------------------------------------------------
function searchLocations() { var address = document.getElementById("addressInput").value; var geocoder = new google.maps.Geocoder(); geocoder.geocode({address: address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { searchLocationsNear(results[0].geometry.location); } else { alert(address + ' not found'); } });}
-----------------------------------------------------------------------------------------
another question for the statement above would be that wouldnt i have to hook that up to the google search button or would i have to create a new one for that to work because i dont need them having to find coordinates for every location they wannna lookup.
&
This is a find locations statement so that they would only get 20 markers in a 25 mile radius for the location they look up
--------------------------------------------------------------------------------------
SELECT id, ( 3959 * acos( cos( radians(37) ) * cos( radians( lat ) ) * cos( radians( lng ) - radians(-122) ) + sin( radians(37) ) * sin( radians( lat ) ) ) ) AS distance FROM markers HAVING distance < 25 ORDER BY distance LIMIT 0 , 20;
--------------------------------------------------------------------------------------
are any of these compatable with this program? and if so how would i enter these functions in?

THANKS IN ADVANCE TO WHOEVER HELPS ME!!!!
Bought the Super Suite and am liking it cept for these couple problems.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...