mapping a point

2758
1
Jump to solution
07-08-2015 03:38 PM
LefterisKoumis
Occasional Contributor III

In Flex I was using the new WebMercatorMapPoint(lon,lat) to place correctly points on the map.

In Javascript using new Point(lon,lat),new SpatialReference(102100)

will have the same placement or should I use something else?

Thank you.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Lefteris,

   Using the JS API you can define a new point either in lat lon or web mercator, so yes.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Lefteris,

   Using the JS API you can define a new point either in lat lon or web mercator, so yes.