getNaviServer

public final String getNaviServer()

Custom navigation server URL (for private cloud).

Default is null, which uses the SDK's built-in navigation server. Must be a valid URL if set:

  • HTTPS: https://host:port or https://host (default port 443)

  • HTTP: host:port or host (default port 80)