Uses of Class
com.azure.maps.search.models.FeatureCollectionEnum
Packages that use FeatureCollectionEnum
Package
Description
Package containing the data models for SearchClient.
-
Uses of FeatureCollectionEnum in com.azure.maps.search.models
Fields in com.azure.maps.search.models declared as FeatureCollectionEnumModifier and TypeFieldDescriptionstatic final FeatureCollectionEnumFeatureCollectionEnum.FEATURE_COLLECTIONStatic value FeatureCollection for FeatureCollectionEnum.Methods in com.azure.maps.search.models that return FeatureCollectionEnumModifier and TypeMethodDescriptionstatic FeatureCollectionEnumFeatureCollectionEnum.fromString(String name) Creates or finds a FeatureCollectionEnum from its string representation.GeocodingResponse.getType()Get the type property: The type of a FeatureCollection object must be FeatureCollection.Methods in com.azure.maps.search.models that return types with arguments of type FeatureCollectionEnumModifier and TypeMethodDescriptionstatic Collection<FeatureCollectionEnum> FeatureCollectionEnum.values()Gets known FeatureCollectionEnum values.Methods in com.azure.maps.search.models with parameters of type FeatureCollectionEnumModifier and TypeMethodDescriptionGeocodingResponse.setType(FeatureCollectionEnum type) Set the type property: The type of a FeatureCollection object must be FeatureCollection.