types

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: CC0-1.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	FeatureName     string
	AdminArea       string
	SubAdminArea    string
	Locality        string
	SubLocality     string
	Thoroughfare    string
	SubThoroughfare string
	Premises        string
	PostalCode      string
	CountryCode     string
	CountryName     string
	Phone           string
	Url             string
}

func (*Address) MarshalParcel

func (s *Address) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Address) UnmarshalParcel

func (s *Address) UnmarshalParcel(
	p *parcel.Parcel,
) error

type IFusedGeofenceHardware

type IFusedGeofenceHardware interface {
	AsBinder() binder.IBinder
}

type IGpsGeofenceHardware

type IGpsGeofenceHardware interface {
	AsBinder() binder.IBinder
}

type Location

type Location struct {
	Provider                     string
	FieldsMask                   int32
	TimeMs                       int64
	ElapsedRealtimeNs            int64
	ElapsedRealtimeUncertaintyNs float64
	LatitudeDegrees              float64
	LongitudeDegrees             float64
	AltitudeMeters               float64
	SpeedMetersPerSecond         float32
	BearingDegrees               float32
	HorizontalAccuracyMeters     float32
	AltitudeAccuracyMeters       float32
	SpeedAccuracyMetersPerSecond float32
	BearingAccuracyDegrees       float32
	MslAltitudeMeters            float64
	MslAltitudeAccuracyMeters    float32
}

func (*Location) MarshalParcel

func (s *Location) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Location) UnmarshalParcel

func (s *Location) UnmarshalParcel(
	p *parcel.Parcel,
) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL