@interface RMSpatialCloudMapSource : RMAbstractMercatorWebSource <RMAbstractMercatorWebSource>
Subclass of RMAbstractMercatorWebSource for access to SpatialCloud.com MapSources.
Allows access to SpatialCloud.com MapSources. Direct access can be attained using a loginID and password. Alternatively, a proxy server can be used in place of a loginID and password. If both a loginID/password pair and a server URL are provided, the server URL will be used.
SpatialCloud.com MapSources are available for purchase & resale for various US & world datasets; in addition, SpatialCloud allows you to host/serve/resell your own datasets. Please visit http://spatialcloud.com to setup your own account, subscribe to the MapSource(s), & create your own MapStream(s), as well as licensing terms and fees.
RMSpatialCloudMapSource | Subclass of RMAbstractMercatorWebSource for access to SpatialCloud.com MapSources. |
Properties | |
customServerURL | {NSString} URL string of proxy server used to access SpatialCloud.com tiles |
loginID | {NSString} LoginID and password used to access a MapStream |
password | {NSString} LoginID and password used to access a MapStream |
{NSString} URL string of proxy server used to access SpatialCloud.com tiles
If you don’t have a proxy server, use the loginID/password combination below See http://www.spatialcloud.com
http://127.0.0.1:8080
{NSString} LoginID and password used to access a MapStream
See http://www.spatialcloud.com
Subclass of RMAbstractMercatorWebSource for access to SpatialCloud.com MapSources.
@interface RMSpatialCloudMapSource : RMAbstractMercatorWebSource <RMAbstractMercatorWebSource>
@interface RMAbstractMercatorWebSource : NSObject <RMTileSource>