On Mar 21, 1:52 pm, abhishek bajaj <[email protected]> wrote: > hi, > i am developing a project in which i need to read data from Excel. and > convert them into Latitude and Longitude and then display it on the > map. > > now my question is: > 1) Does Google API has some funnction to read data from excel sheet.
No. An excel spreadsheet is on your local computer, the Google Maps API is for displaying maps on the web. There are (other) APIs that allow you to access data from Google Spreadsheets and people have integrated that with the mapping API. > 2) By using getLatLng function i am able to get the latitude longitude > of a particular address but is there any method to break it so that i > can use them into an XML <marker> file so that i can mark them on > maps. using on of the api's. That also is not part of the API. You can write functionality that will allow you to get that end result. Depends on your skill level with html and javascript (and probably google, if it was me). -- Larry > > thanks and regards > abhishek bajaj. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
