VikRoutingWebEngine

VikRoutingWebEngine — A generic class for WEB based routing engine

Properties

glong follow-location Read / Write / Construct Only
char * referer Read / Write / Construct Only
char * url-base Read / Write / Construct Only
gboolean url-ll-lat-first Read / Write / Construct Only
char * url-start-dir Read / Write / Construct Only
char * url-start-ll Read / Write / Construct Only
char * url-stop-dir Read / Write / Construct Only
char * url-stop-ll Read / Write / Construct Only
char * url-via-ll Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── VikRoutingEngine
        ╰── VikRoutingWebEngine

Description

The VikRoutingWebEngine class handles WEB based routing engine.

Functions

Types and Values

VIK_ROUTING_WEB_ENGINE_TYPE

#define VIK_ROUTING_WEB_ENGINE_TYPE            (vik_routing_web_engine_get_type ())

Property Details

The “follow-location” property

  “follow-location”          glong

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

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Allowed values: >= -1

Default value: 2


The “referer” property

  “referer”                  char *

The REFERER string to use in HTTP request.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: NULL


The “url-base” property

  “url-base”                 char *

The base URL of the routing engine.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “url-ll-lat-first” property

  “url-ll-lat-first”         gboolean

Coordinates are in latitude,longitude form if true (longitude,latitue else).

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: TRUE


The “url-start-dir” property

  “url-start-dir”            char *

The part of the request hosting the end point.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: NULL


The “url-start-ll” property

  “url-start-ll”             char *

The part of the request hosting the end point.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “url-stop-dir” property

  “url-stop-dir”             char *

The part of the request hosting the end point.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: NULL


The “url-stop-ll” property

  “url-stop-ll”              char *

The part of the request hosting the end point.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “url-via-ll” property

  “url-via-ll”               char *

The param of the request for setting a via point.

Owner: VikRoutingWebEngine

Flags: Read / Write / Construct Only

Default value: NULL