User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shortestpath.osmrouting

Table of Contents

TGIS_ShortestPath.OSMRouting property

DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.OSMRouting | Constructors | Fields | Methods | Properties | Events

If true the local routing resource is ignored and the requests are send to the TatukGIS online routing service.

Internally uses the TGIS_OSMRouting class.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public Boolean OSMRouting
{
  get {}
  set {}
}
' VisualBasic
Public Property OSMRouting As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property OSMRouting : Boolean read read;

Value

Type
bool
Boolean

References

2022/11/30 19:27

Page Tools