@DeprecatedSince(2020, 6) open static fun create(@NonNull context: Context): RoutingApi!Creates a new RoutingApi object which will use the provided Routing API Key. It uses default values for the Routing service endpoint and the Routing service api version.
Return
RoutingApi!: Newly created RoutingApi object for further processing.
open static fun create(@NonNull context: Context, @NonNull apiKey: String): RoutingApi!
Creates a new RoutingApi object which will use the provided Routing API Key. It uses default values for routing service endpoint and routing service API version.
Return
RoutingApi!: Newly created RoutingApi object for further processing.