Select to view content in your preferred language

How to convert polygon rings to latitude and longitude

2045
1
10-28-2019 07:15 AM
EkaSetiawan
New Contributor

I'm Mobile Flutter developer.

How to convert polygon rings to latitude an longitude?
I using google map widget to displaying map. But, polygon rings coordinate is not match with google map coordinate.

Tags (1)
0 Kudos
1 Reply
MarkBaird
Esri Regular Contributor

Look at Project method on the GeomeryEngine class.  This allows you to convert from one coordinate system to another.

GeometryEngine (ArcGIS Runtime SDK for Android 100.6.0) 

So if your geometry is in Web Mercator and your want to convert to Lat / Long then your output spatial reference is WGS84.

Does this help?

0 Kudos