get Features
Retrieves the features of the map asynchronously and provides a completion callback.
Parameters
The completion callback to handle the result or error.
Retrieves the features of the map synchronously.
Return
The list of features.
Retrieves the features of the map synchronously based on a keyword.
Return
The list of features matching the keyword.
Parameters
The keyword to search for in the features.
Retrieves the features of the map asynchronously based on a keyword and provides a completion callback.
Parameters
The keyword to search for in the features.
The completion callback to handle the result or error.
Retrieves the features of the map synchronously based on a class type.
Return
The list of features matching the class type.
Parameters
The class type to search for in the features.
Retrieves the features of the map asynchronously based on a class type and provides a completion callback.
Parameters
The class type to search for in the features.
The completion callback to handle the result or error.