Map Service
An abstract class representing a MapService, which provides methods for retrieving maps, scenes, and features. It extends the BaseService class and requires a context parameter for initialization.
Parameters
The context used for initialization and performing operations.
Inheritors
Functions
Retrieves the ArcGIS location provider used by the MapService.
Retrieves a list of features from the given layer list asynchronously.
Retrieves the last known location asynchronously.
Retrieves a map for the specified venue asynchronously.
Retrieves a map for the specified venue asynchronously with progress and error callbacks.
Retrieves a scene for the specified venue asynchronously.
Retrieves a scene for the specified venue asynchronously with progress and error callbacks.
Searches for features of a specific type in the given layer list asynchronously.
Searches for features in the given layer list using a keyword and locator task asynchronously.