UK Google Maps with check box options -


i want uk google map checkbox option. , check box have option like

primary schools  secondary schools colleges  universities  transport 

when user click on these option activated, basic question that, google provide api purpose or have point out every single location because pointing out every single loaction time consuming. example of kind of map here, go map & nearby. thanks

google provide api this

https://developers.google.com/places/documentation/search

the api allow add parameters, example

https://maps.googleapis.com/maps/api/place/search/xml?location=37.77264,-122.409915&radius=500&types=food&sensor=false&key=yourapikey

which return list of markers can use populate map


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -