Google MAP API

Hello,

Actually,I am Planning to implement Google map API on my website where it is easy to search location anywhere in the world.But I heard it is paid service .So can anyone tell me is it paid ?
and how can i apply for Google map API ?

You only need to pay if you go over their usage limits. Those limits are fairly high (more than 25,000 -twenty five thousand- requests a day for more than 90 consequetive days at the moment of writing, see https://developers.google.com/maps/documentation/javascript/usage#usage_limits), so unless you’re planning something grand I wouldn’t worry about it.

Here’s a good source from google itself to get you started: https://developers.google.com/maps/documentation/javascript/tutorial

Thanks For sharing your knowledge .I ll go through these links.