Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct { }
Activity is an sample Activity that can be used as a base to create a custom activity
type Bbox ¶
type Bbox struct { Boxid int `json:"boxid"` X1 int `json:"x1"` Y1 int `json:"y1"` X2 int `json:"x2"` Y2 int `json:"y2"` }
https://gobyexample.com/json bounding box by form of x1,y1,x2,y2
Click to show internal directories.
Click to hide internal directories.