geopoints Questions

2

Solved

In my UWP app, I use a Geopoint class: using Windows.Devices.Geolocation; . . . List<Geopoint> locations; In a Winforms app, this is not available - Geopoint is not recognized. Is there an...
Hirsutism asked 28/12, 2020 at 16:53

3

Solved

Hi I'm using Android Studio and I'm having trouble of converting data that I've got from Firestore. I saved data in my Firestore type GeoPoint and I want to query it and convert to Object type LatL...
Celestial asked 16/12, 2018 at 4:6

4

What is the best data type to use when storing geopositional data in C#? I would use decimal for its exactness, but operations on decimal floating point numbers are slower then binary floating poin...
Dearth asked 21/1, 2015 at 13:12

2

Solved

I'm trying to create a geopoint in my app engine application but when I try to deserialize it I got this annoying message: Uncaught exception from servlet org.codehaus.jackson.JsonParseException: ...
Shannonshanny asked 27/8, 2014 at 11:59

2

trying to use parses PFGeoPoint.geoPointForCurrentLocationInBackground to get current location when i send something to my backend. The code looks like NSLog("Before block") PFGeoPoint.geoPointF...
Klug asked 7/8, 2014 at 2:43

1

Solved

Background: I've inherited someone else's problem and am trying to get an app up and running. Multiple developers have ditched the project and now its my turn. I'm an iOS developer by trade but I ...
Osteo asked 8/5, 2013 at 1:59

5

Solved

When my map activity is called I make a call in the onCreate to addUserMapPoint. This function contains two instances where I try to get the location information using myOverlay.getMyLocation. On t...

1

Solved

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 encodePath for minifying the code as explained here, I get the fo...
Bingo asked 11/9, 2012 at 11:52

1

i've 3 geo points (start Position)11.986242477259117, 79.84657287597656` (middle position)11.984521304799278, 79.84583258628845 (end postion)11.985014568760436, 79.844491481781 I've get knowl...
Mozell asked 4/8, 2012 at 7:27
1

© 2022 - 2024 — McMap. All rights reserved.