SDK Upgrade problems

1706
2
Jump to solution
10-12-2014 06:13 PM
TeoT_C
by
New Contributor

Hi All, I'm using WinRT to develop. I upgraded from 10.2.3 to 10.2.4 from https://developers.arcgis.com/en/downloads/.

I'm getting 'Esri.ArcGISRuntime.Geometry.MapPoint' does not contain a definition for 'Coordinate'... errors as in the attached image.

I have also tried using the NuGet references to no avail.

What puzzles me is that I successfully sideloaded the Runtime sample projects, both for Windows Store and WP8.1 on my desktop and phone respectively. Am I doing something wrong?

-Thanks taking your time to read, any help appreciated

0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor

As geometries are now immutable, the Coordinate struct has been removed and its usage has been replaced by MapPoint.

You can find all API changes from 10.2.3 in the release notes.

View solution in original post

0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor

As geometries are now immutable, the Coordinate struct has been removed and its usage has been replaced by MapPoint.

You can find all API changes from 10.2.3 in the release notes.

0 Kudos
TeoT_C
by
New Contributor

I removed the offending code and managed to build my project. Should have read the notes in more detail.


Thanks for your time!

0 Kudos