I am trying to retrieve a parseGeoPoint
for a certain record like this:
ParseGeoPoint myCoordinates = shopInfo.getParseGeoPoint("coordinates");
but I am getting this error: can't recognize 'getParseGeoPoint(String)'
I checked their documentation and getParseGeoPoint is a valaid method, how can I fix this?