MapRequest interface
Specifies the contents of request to generate a map.
Properties
end |
Map interval end time. |
kind | Polymorphic Discriminator |
start |
Map interval start time. |
Property Details
endTime
Map interval end time.
endTime?: Date
Property Value
Date
kind
Polymorphic Discriminator
kind: "MapRequest"
Property Value
"MapRequest"
startTime
Map interval start time.
startTime?: Date
Property Value
Date