geevaa
Posts: 0
Joined: Thu May 09, 2013 8:13 am

what is the exact format for geo point type in appery collection ?

what is the exact format for geo point type in appery collection ?
like this [12.0093474, 80.87444] ?

When I try to insert like this it fails :(

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

what is the exact format for geo point type in appery collection ?

Hello - something like this:
code-40.714224,-73.961452/code

geevaa
Posts: 0
Joined: Thu May 09, 2013 8:13 am

what is the exact format for geo point type in appery collection ?

When I execute a databasee update query with a geo point field type as -40.7893, -73.873 its not getting updated .. Can you say me the right format ?

all other fields are updating but the field type geopoint is not updating ..

geevaa
Posts: 0
Joined: Thu May 09, 2013 8:13 am

what is the exact format for geo point type in appery collection ?

When I execute a databasee update query with a geo point field type as -40.7893, -73.873 its not getting updated .. Can you say me the right format ?

all other fields are updating but the field type geopoint is not updating ..

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

what is the exact format for geo point type in appery collection ?

Can you provide more details of query parameters that you are updating? Screenshots would help.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

what is the exact format for geo point type in appery collection ?

Seems that I didn't understood you correctly from the start.
If you are trying to put coordinates in format [11.1111, 22.2222] they must be placed in fields:"latitude", "longitude" that should be in your query.
This tutorial should help :: http://docs.appery.io/tutorials/addin...

Return to “Issues”