VikRoutingWebEngine

VikRoutingWebEngine — A generic class for WEB based routing engine

Functions

Properties

glong follow-location Read / Write / Construct Only
gchar * referer Read / Write / Construct Only
gchar * url-base Read / Write / Construct Only
gchar * url-start-dir Read / Write / Construct Only
gchar * url-start-ll Read / Write / Construct Only
gchar * url-stop-dir Read / Write / Construct Only
gchar * url-stop-ll Read / Write / Construct Only
gchar * url-via-ll Read / Write / Construct Only

Object Hierarchy

    GObject
    ╰── VikRoutingEngine
        ╰── VikRoutingWebEngine

Description

The VikRoutingWebEngine class handles WEB based routing engine.

Functions

VIK_ROUTING_WEB_ENGINE_TYPE

#define VIK_ROUTING_WEB_ENGINE_TYPE            (vik_routing_web_engine_get_type ())

Types and Values

Property Details

The “follow-location” property

  “follow-location”          glong

Specifies the number of retries to follow a redirect while downloading a page.

Flags: Read / Write / Construct Only

Allowed values: >= 0

Default value: 2


The “referer” property

  “referer”                  gchar *

The REFERER string to use in HTTP request.

Flags: Read / Write / Construct Only

Default value: NULL


The “url-base” property

  “url-base”                 gchar *

The base URL of the routing engine.

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “url-start-dir” property

  “url-start-dir”            gchar *

The part of the request hosting the end point.

Flags: Read / Write / Construct Only

Default value: NULL


The “url-start-ll” property

  “url-start-ll”             gchar *

The part of the request hosting the end point.

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “url-stop-dir” property

  “url-stop-dir”             gchar *

The part of the request hosting the end point.

Flags: Read / Write / Construct Only

Default value: NULL


The “url-stop-ll” property

  “url-stop-ll”              gchar *

The part of the request hosting the end point.

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “url-via-ll” property

  “url-via-ll”               gchar *

The param of the request for setting a via point.

Flags: Read / Write / Construct Only

Default value: NULL