Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm getting some Google Places Types ['school'], ['hospital'] from Google Places API. The places were displayed without problems at the map

1 - When the user click the checkbox chkSchool (checked=true) All the schools are being displayed

2 - When the user click the checkbox chkHospital (checked=true) All the hospitals are being displayed

My problem: I want to hide the Schools markers when the user clik the checkbox chkSchool (checked=false) The Hospitals Markers must be at the map because chkHospital (checked=true)

I'm Using javascript

share|improve this question
Please add a code sample or upload a demo to jsfiddle. – Chris Green Feb 1 at 3:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.