← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Catalog.GetMaps Methods

Gets map metadata records in a Catalog.

Thread safety: This method is thread-safe.

Overload List

 NameDescription
Public methodGetMaps()Gets all map metadata records in the Catalog.
Public methodGetMaps(CatalogQuery query)Gets all map metadata records that match the specified CatalogQuery.

GetMaps()

Gets all map metadata records in the Catalog.

Syntax

C#
public CatalogMetadataCollection GetMaps ()

Return Value

Type: A collection of CatalogMetadata elements.
A list that contains all map metadata records in the catalog.

GetMaps(CatalogQuery query)

Gets all map metadata records that match the specified CatalogQuery.

Syntax

C#
public CatalogMetadataCollection GetMaps (
    CatalogQuery query
)

Parameters

query
Type: CatalogQuery
Search parameters. Only metadata records matching these parameters are returned.

Return Value

Type: A collection of CatalogMetadata elements.
A list of matching map metadata records, possibly empty.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept