javascript - Return a list of Google Maps locations that I have previously specified -
let me begin saying, have been searching resources question more 3 days, hope did not miss "answer" anywhere.
background:
i working on website/app built in html/css/javascript use geolocation (google maps & places api) find users location , return them (for example) top 5 closest water parks them @ location at.
question:
i want control list of results api picks from. let's say, it'll give them 5 out of 30 water parks near them , have specified names/locations of 30 water parks.
the reason want because after searching via google maps "water parks nearby 123 main street, city, state" - doesn't return all results want to, some.
as stated, have looked far , wide answer. have read of relevant google places api , maps api documentation no clear cut answer. have found few website let use google docs spreadsheet specify locations, can't code them. , have seen few example using xml, nothing i'm looking for.
i note familiar c# , php if helps me closer goal. seems javascript way go.
any help/hints/tips appreciated! thanks!!
store data in database supports spatial queries(may fusiontable example), may use st_distance order results distance , limit limit resultset.
Comments
Post a Comment