Inherits Location.

Public Member Functions

string FormatLocation ()
 

Properties

StopCosts Costs[get, set]
 Gets or sets the cost associated with this stop. More...
 
bool IsViaPoint[get, set]
 Gets or sets whether the stop is a via point or not. More...
 
string ID[get, set]
 Gets or sets the stop ID. More...
 
SideOfStreetAdherenceLevelSideOfStreetAdherence[get, set]
 How strict to be in order to avoid the destination being on the opposite side of the street. More...
 
Address Address[get, set]
 Gets or sets the address information for the location. More...
 
Coordinates Coords[get, set]
 Gets or sets the geographic coordinates for the location. More...
 
DataRegion Region[get, set]
 Gets or sets the Region that the location is in. More...
 
string Label[get, set]
 Gets or sets a string which represents a label to be displayed on maps and in reports in association with a stop. More...
 
string PlaceName[get, set]
 Gets or sets the place name which responds to a custom place; this would supersede standard address entries for geocoding or identify a custom place to be associated with the address. More...
 
string PlaceId[get, set]
 Gets or sets the Athena place Id ( Trimble place Id) More...
 
double? SpeedLimitHeading[get, set]
 Gets or sets the heading which can used for reverse geocoding to properly snap to the right link. More...
 
bool SplitHouseNumber[get, set]
 Sets the flag to split house number from street name. More...
 
bool IncludeTrimblePlaceIDs[get, set]
 Sets the flag to search for trimble place ids. More...
 
FPCGeocodes FPCCode[get, set]
 Sets the FPCCode. More...
 

Detailed Description

The StopLocation structure is used to pass all data associated with a geographic point. It can contain either address or latitude/longitude information.

Property Documentation

◆ Costs

StopCosts Costs
getset

Gets or sets the cost associated with this stop.

◆ IsViaPoint

bool IsViaPoint
getset

Gets or sets whether the stop is a via point or not.

◆ ID

string ID
getset

Gets or sets the stop ID.

◆ SideOfStreetAdherence

SideOfStreetAdherenceLevel? SideOfStreetAdherence
getset

How strict to be in order to avoid the destination being on the opposite side of the street.

◆ Address

Address Address
getsetinherited

Gets or sets the address information for the location.

◆ Coords

Coordinates Coords
getsetinherited

Gets or sets the geographic coordinates for the location.

◆ Region

DataRegion Region
getsetinherited

Gets or sets the Region that the location is in.

Use NA for North America or use EU for Europe when using the worldwide version of PCMiler.

◆ Label

string Label
getsetinherited

Gets or sets a string which represents a label to be displayed on maps and in reports in association with a stop.

◆ PlaceName

string PlaceName
getsetinherited

Gets or sets the place name which responds to a custom place; this would supersede standard address entries for geocoding or identify a custom place to be associated with the address.

◆ PlaceId

string PlaceId
getsetinherited

Gets or sets the Athena place Id ( Trimble place Id)

◆ SpeedLimitHeading

double? SpeedLimitHeading
getsetinherited

Gets or sets the heading which can used for reverse geocoding to properly snap to the right link.

Note that this is only used internally and is thus intentionally not exposed on the web service layer.

◆ SplitHouseNumber

bool SplitHouseNumber
getsetinherited

Sets the flag to split house number from street name.

◆ IncludeTrimblePlaceIDs

bool IncludeTrimblePlaceIDs
getsetinherited

Sets the flag to search for trimble place ids.

◆ FPCCode

FPCGeocodes FPCCode
getsetinherited

Sets the FPCCode.