Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markers not getting displayed for customized own url #146

Open
GoogleCodeExporter opened this issue Aug 14, 2015 · 2 comments
Open

Markers not getting displayed for customized own url #146

GoogleCodeExporter opened this issue Aug 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hi, 

I'm new to Mixare customization. I have been successfully able to 
compile and load the apk file to my phone. I customized the own url to 
fetch json from  my php webservice. While debugging, I can see the 
markers are getting initialized with the json data and a message too 
"received data from own url" but unable to see the markers getting 
displayed 


This is my json 


{ 
  "status":"OK", 
  "num_results":4, 
  "results":[ 
    { 
      "id":"1", 
      "lat":"13.0089932161", 
      "lng":"80.0000000000", 
      "elevation":"0", 
      "title":"RoomA", 
      "has_detail_page":"0", 
      "webpage":"" 
    }, 
    { 
      "id":"2", 
      "lat":"12.9999998371", 
      "lng":"80.0092297746", 
      "elevation":"0", 
      "title":"Room-B", 
      "has_detail_page":"1", 
      "webpage":"http%3A%2F%2Fwww.google.com" 
    }, 
    { 
      "id":"3", 
      "lat":"12.9910067839", 
      "lng":"80.0000000000", 
      "elevation":"0", 
      "title":"RoomC", 
      "has_detail_page":"1", 
      "webpage":"http%3A%2F%2Fwww.yahoo.com" 
    }, 
    { 
      "id":"4", 
      "lat":"12.9999998371", 
      "lng":"79.9907702254", 
      "elevation":"0", 
      "title":"Room-D", 
      "has_detail_page":"0", 
      "webpage":"" 
    } 
  ] 



} 


The "geo-location" mock data is stored in a MySQL table. The content- 
type is text/plain. I have also tried application/json. 

Please help me out. 


Thanks, 
-Gnansu 


Original issue reported on code.google.com by [email protected] on 24 Oct 2012 at 7:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant