Map only with a coordinates system, no layer loaded. Possible?

1158
1
Jump to solution
06-30-2014 11:30 PM
Diego_BrouardMartin
New Contributor
Hi all, just one question,

is it possible to load an arcgis map in an iphone with only the coordinate system?

What I want to achieve is an empty blank map where I can place geolocated points.

Thanks in advance, Diego
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
You cannot initialize Map without adding layer. You can add empty AGSGraphicsLayer using initWithFullEnvelope, where envelope has desired spatial reference.

Regards,
Nimesh

View solution in original post

0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
You cannot initialize Map without adding layer. You can add empty AGSGraphicsLayer using initWithFullEnvelope, where envelope has desired spatial reference.

Regards,
Nimesh
0 Kudos