Top "Geopoints" questions

Double or decimal for latitude/longitude values in C#

What is the best data type to use when storing geopositional data in C#? I would use decimal for it's …

c# latitude-longitude geopoints
Unexpected end-of-input: expected close marker for OBJECT

I'm trying to create a geopoint in my app engine application but when I try to deserialize it I got …

java google-app-engine search jackson geopoints
How to convert GeoPoint in Firestore to LatLng

Hi I'm using Android Studio and I'm having trouble of converting data that I've got from Firestore. I saved data …

java android firebase google-cloud-firestore geopoints
Google Maps API - Geometry Encoding - TypeError: a.lat is not a function

I have a list of GeoPoints in an array with looks like this: var coordinates = [[50.7, 6.7], [49.5, 7.0], ...] When I try to use …

encoding google-maps-api-3 typeerror geopoints