-1

I want to parse an array of latitudes and longitudes from JSON. I want to mark those points in map with different markers in phone-gap Android using JavaScript. Please help me by providing me a link.

1

1 Answer 1

0

This might help:

http://www.mobiledevelopersolutions.com/home/start/twominutetutorials/tmt4part1

Sign up to request clarification or add additional context in comments.

2 Comments

when i run the code from above link ,i could see only the white spaces
You could be coming across the fairly new PhoneGap white-list feature. In Android, this means adding any remote hosts you reference files from (scripts, images, etc) in the re/xml/phonegap.xml file. this needs an entry (or wildcard) for every external host you need to call files from. i.e.: <access origin="http://*.phonegap.com"/>

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.