I want to develop a map app i j2me for a college project.I want to display my location using lattitude and longitude as a marker. The map must be free as well.. Which map is best suited for my requirements?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For your purpose you can use any map service provider, be it google, bing or yahoo. A quick search revealed how to use Bing map from JS. You can search for similar resources on internet. Server side APIs are needed only when you need sophisticated logic to implement. In scenarios as simple as yours you can do it in JS alone and it will be free.