Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
A Feature is a feature.
func (*Feature) MarshalJSON ¶
MarshalJSON implements json.Marshaler.
func (*Feature) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler.
type FeatureCollection ¶
type FeatureCollection []*Feature
A FeatureCollection is a feature collection.
func (FeatureCollection) MarshalJSON ¶
func (fc FeatureCollection) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler.
func (*FeatureCollection) UnmarshalJSON ¶
func (fc *FeatureCollection) UnmarshalJSON(data []byte) error
UnmarshalJSON implements json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.