I developed one website in google maps api V2, now management is saying V2 is deprecated and convert in to V3. While googling the V3 i didn’t see any api key? then how it works?
http://maps.googleapis.com/maps/api/js?sensor=false
src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=ABQIAAAAZIdFD1WVdDZkZtynpOarChQNeNa5CKtG0-vmTH0qjucdvCYnQxSdAQEaIYCVLr1JYZPtbiF0LjTojQ"
and how to convert from V2 to V3? should i develop it from scratch onwards?
Google maps api v3 doesn’t need a key like v2. You are encouraged to use v3 because of the support for devices like iphone and android.
Googe maps api v3 has been implemented using modified MVC framework. .
Learn More