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.
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
Post a Comment