Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMediaFeature ¶
func NewMediaFeature(ctx context.Context, rsp gather.GatherPhotosResponse, depicts geojson.Feature, opts *NewMediaFeatureOptions) (geojson.Feature, error)
Types ¶
type Coordinates ¶
type Coordinates []float64
type Feature ¶
type Feature struct { Type string `json:"type"` Properties Properties `json:"properties"` Geometry Geometry `json:"geometry"` }
type Geometry ¶
type Geometry struct { Type string `json:"type"` Coordinates Coordinates `json:"coordinates"` }
type NewMediaFeatureNameFunc ¶
type NewMediaFeatureOptions ¶
type NewMediaFeatureOptions struct { SourceBucket *blob.Bucket Repo string NameFunction NewMediaFeatureNameFunc DepictsPlacetype string }
type Properties ¶
type Properties map[string]interface{}
Click to show internal directories.
Click to hide internal directories.