views:

263

answers:

2

I need to develop a feature for one of my website by which user can track any mobile number on Google maps just like the link below.

Go o the following link and enter the 9810098109 number in textbox to find its location on map.

http://wwwa.way2sms.com/jsp/LocateMobile.jsp

I want to know either this page is using a third party tool to get the latitude and longitude along with service provider and draw the map accordingly or its some sort of feature provided by Google ?

Is there any freeware services to get this done ?

A: 

Check Google maps API for markes http://code.google.com/intl/en-Us/apis/maps/documentation/overlays.html#Markers.

Karel Frajtak
Karel! Google have well written documentation of its map API's. Issue is to locate the latitude and longitude or city/country of user. If we have this information we can easily create a map for location.
GS_Guy
Sorry, I realized that as soon as I posted it...
Karel Frajtak
A: 

I don´t know any service allows to get user´s location from msisdn. But in some countries you can use HLR look-up for getting MSC and so you can localize to user nearly. Please if you find some, share it.

fravelgue
Thanks! fravelgue. your answer is very near to what i required. We are looking for some free service and need it for India only. Do you know any?
GS_Guy