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