Uses of Class
com.cercalia.sdk.CercaliaConfig
Packages that use CercaliaConfig
Package
Description
Root package for the Cercalia Java SDK.
Core services for interacting with Cercalia APIs.
-
Uses of CercaliaConfig in com.cercalia.sdk
Fields in com.cercalia.sdk declared as CercaliaConfigMethods in com.cercalia.sdk that return CercaliaConfigModifier and TypeMethodDescriptionstatic CercaliaConfigCercaliaConfig.fromEnvironment()Creates a CercaliaConfig from environment variables.@NotNull CercaliaConfigCercaliaClient.getConfig()Returns the configuration for this client.Constructors in com.cercalia.sdk with parameters of type CercaliaConfigModifierConstructorDescriptionprotectedCercaliaClient(@NotNull CercaliaConfig config) Creates a new CercaliaClient with the specified configuration.protectedCercaliaClient(@NotNull CercaliaConfig config, @NotNull okhttp3.OkHttpClient httpClient) Creates a new CercaliaClient with a custom OkHttpClient. -
Uses of CercaliaConfig in com.cercalia.sdk.services
Constructors in com.cercalia.sdk.services with parameters of type CercaliaConfigModifierConstructorDescriptionGeocodingService(@NotNull CercaliaConfig config) Creates a new GeocodingService with the specified configuration.GeofencingService(@NotNull CercaliaConfig config) Creates a new GeofencingService with the specified configuration.GeomentService(@NotNull CercaliaConfig config) Creates a new GeomentService with the specified configuration.IsochroneService(@NotNull CercaliaConfig config) Creates a new IsochroneService with the specified configuration.PoiService(@NotNull CercaliaConfig config) Creates a new PoiService with the specified configuration.ProximityService(@NotNull CercaliaConfig config) Creates a new ProximityService with the specified configuration.ReverseGeocodingService(@NotNull CercaliaConfig config) Creates a new ReverseGeocodingService with the specified configuration.RoutingService(@NotNull CercaliaConfig config) SnapToRoadService(@NotNull CercaliaConfig config) Creates a new SnapToRoadService with the specified configuration.StaticMapsService(@NotNull CercaliaConfig config) Creates a new StaticMapsService with the specified configuration.SuggestService(@NotNull CercaliaConfig config) Creates a new SuggestService with the specified configuration.