- Parse 2.7.3 Docs + Parse 3.0.0 Docs - (93% documented) + (94% documented)
-+
PFGeoPoint
may be used to embed a latitude / longitude point as the value for a key in a PFObject
.
-It could be used to perform queries in a geospatial manner using PFQuery.-whereKey:nearGeoPoint:
.
PFQuery.
.
Currently, instances of PFObject
may only have one key associated with a PFGeoPoint
type.
PFPolygon
may be used to embed a latitude / longitude points as the value for a key in a PFObject
.
-It could be used to perform queries in a geospatial manner using PFQuery.-whereKey:polygonContains:
.
PFQuery.
.
See more
PFObject
, and retains the same functionality of a PFObject
,
but also extends it with various user specific methods, like authentication, signing up, and validation uniqueness.
-Many APIs responsible for linking a PFUser
with Facebook or Twitter have been deprecated in favor of dedicated
-utilities for each social network. See PFFacebookUtils
, PFTwitterUtils
and PFAnonymousUtils
for more information.