Is these is possible to set the google map viewing of a particular area only and denied other’s.
Real scenerio
Actually I like to set the google map of a park, able to view any part of the park but not outside the park map.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible, but it’s not simple. You would need to create a transparent View on top of the MapView, and use that to receive touch events. These you would use to pan/zoom the map around indirectly, and thereby only allow the panning to occur within the limits that you want.