c# - Geopoint, Geocoordinate, Geoposition or GeoCoordinate on Windows Store & Windows Phone apps? -


i'm confused i'm supposed use? using geocoordinate in windows phone 8, doesn't exist in windows store 8.1. going use geoposition, saw visual studio underlined , said not supported later.

which 1 should use maintain best compatibility between windows store , windows phone apps?

all need work on latitude , longitudes.

http://code.msdn.microsoft.com/windowsapps/geolocation-2483de66/sourcecode?fileid=43753&pathid=180041592

using windows.devices.geolocation; //is key using necessary newer "merged runtime"

link shows source related windows phone based on example ms using newer api, believe there slight differences in code win8.1 usage well.

this assumes windows phone 8.1 or windows 8.1, believe windows phone silverlight 8.1 uses older method still ( wrong haven't updated of projects yet).


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -