ng-azure-maps
Version:
Angular wrapper for Azure Maps
8 lines (7 loc) • 499 B
TypeScript
export interface SearchPOICategoryTreeOptionalParams {
/**
* Language in which search results should be returned. Should be one of supported IETF language tags, except NGT and NGT-Latn. Language tag is case insensitive. When data in specified language is not available for a specific field, default language is used (English).
*/
language?: string;
}
export declare const searchPOICategoryTreeOptionalParamsToQueryString: (options?: SearchPOICategoryTreeOptionalParams) => string;