FAQ

1. How do I configure logging?

Refer to Logging section for details on how to configure logging.

2. What are the attributes you can expect for edge vs cloud?

The following table summarizes the attributes you can expect between edge and cloud. In general edge will include everything which is on the cloud EXCEPT for reasons of licensing (Yelp) or dynamic nature of data.

Attribute Edge Cloud
Name X X
Address X X
Category X X
Phone X X
Geocode X X
Open Hours X X
Ratings (Yelp) X
Number of Reviews (Yelp) X
Price Level (Yelp) X
...for specific categories below
Fuel Price X
Parking Availability X
Parking Price X
EV Station Availability X
EV Station Price X
3. Is it required to URL Encode parameters when making calls using the SDK?

URL Encoding of parameters is only required when making a GET request directly to the REST API. When calling from the SDK you will not need to URL encode the parameter value.

4. What are the different versions of SDK?

There are 3 versions of the SDK for the Entity Service.

  1. Cloud
  2. Hybrid
  3. Edge

Configure the appropriate one in the dependencies per instructions here Initialize the appropriate client as decribed here