Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • would appreciate it if you could respond to the updated Question as well..Thanks Commented Jan 3, 2012 at 14:42
  • How would I reach the latitude/longitude properties? Commented Jan 3, 2012 at 15:11
  • Got it! echo (string) $item->currentLocation->latitude Commented Jan 3, 2012 at 15:18
  • 1
    The same way you reach Body, Fault, etc. Get the children of it's parent node, e.g. $currentLocation = $item->currentLocation->children(); echo $currentLocation->latitude; Commented Jan 3, 2012 at 15:19
  • Wish I could give multiple ups! Thanks again. Commented Jan 3, 2012 at 16:00