Destination
@JsonClass(generateAdapter = true )
Content copied to clipboard
Destination class stores the store details set by user in canvas while adding a store to a corresponding zone.
This is used for Tempo feature
Example:
destination: {
"name": "Forrester",
"address": "5 Forrester Walk, Narre Warren South VIC 3805, Australia",
"location": {
"longitude": 145.2947817,
"latitude": -38.0612715
},
"destinationId": "forrester"}
Content copied to clipboard
Constructors
Link copied to clipboard
fun Destination( name: String, address: String?, destinationId: String, location: Point)
Content copied to clipboard