1

I am creating a project which helps students to navigate inside the campus.So i want to restrict my google maps view to my college and develop a navigation system to help the student reach his/her destination.

Akash Chugh
  • 65
  • 2
  • 8

1 Answers1

0

You should make your own application which uses the google maps API.

For information about the API check this: https://developers.google.com/maps/documentation/android/

Dávid Szabó
  • 2,235
  • 2
  • 14
  • 26
  • Yes I have created my application and even added the google maps into my application.But then restricting it to just my college view is where I am stuck. – Akash Chugh Apr 17 '14 at 17:26
  • I see, you should check this then: http://stackoverflow.com/questions/14977078/limit-scrolling-and-zooming-google-maps-android-api-v2 – Dávid Szabó Apr 17 '14 at 21:38