Package com.pointrlabs.core.map.models
Class PTRDeepLinkPathfindingAction
-
- All Implemented Interfaces:
public class PTRDeepLinkPathfindingAction extends PTRDeepLinkAction
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkActionType
type
private final PTRDeepLinkLocation
destinationLocation
private String
url
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkPathfindingAction(PTRDeepLinkLocation destinationLocation)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkActionType
getType()
Unit
setType(PTRDeepLinkActionType type)
final PTRDeepLinkLocation
getDestinationLocation()
-
-
Constructor Detail
-
PTRDeepLinkPathfindingAction
PTRDeepLinkPathfindingAction(PTRDeepLinkLocation destinationLocation)
-
-
Method Detail
-
getType
PTRDeepLinkActionType getType()
-
setType
Unit setType(PTRDeepLinkActionType type)
-
getDestinationLocation
final PTRDeepLinkLocation getDestinationLocation()
-
-
-
-