WebsiteAddress (API Reference)
Package com.here.sdk.search
Class WebsiteAddress
java.lang.Object
com.here.sdk.search.WebsiteAddress
Represents data related to specific website address
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe website address.Categories associated with website address. -
Constructor Summary
ConstructorsConstructorDescriptionWebsiteAddress(String address, List<PlaceCategory> categories) Creates a new instance. -
Method Summary
-
Field Details
-
address
The website address.
-
categories
Categories associated with website address. Note: In case
categoriesare not empty, thenaddressshould be used according to given categories. Otherwise,addressis meant for general use.
-
-
Constructor Details
-
WebsiteAddress
Creates a new instance.
- Parameters:
address-The website address.
categories-Categories associated with website address. Note: In case
categoriesare not empty, thenaddressshould be used according to given categories. Otherwise,addressis meant for general use.
-
-
Method Details