Commit 557d9ad2 by Billy Tobon

Update README.mkd

fliping POINT(latitude longitude) to POINT(longitude latitude)
parent 6c3c6b3d
...@@ -86,7 +86,7 @@ We can store a reference to another ParseObject by assigning it to an attribute: ...@@ -86,7 +86,7 @@ We can store a reference to another ParseObject by assigning it to an attribute:
>>> gameScore.item = collectedItem >>> gameScore.item = collectedItem
~~~~~ ~~~~~
We can also store geoPoint dataTypes as attributes using the format <code>'POINT(latitude longitude)'</code>, with latitude and longitude as float values We can also store geoPoint dataTypes as attributes using the format <code>'POINT(longitude latitude)'</code>, with latitude and longitude as float values
~~~~~ {python} ~~~~~ {python}
>>> restaurant = ParsePy.ParseObject("Restaurant") >>> restaurant = ParsePy.ParseObject("Restaurant")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment