Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2023 Changes in this version + type Client struct + func NewClient(udid string) (*Client, error) + func (c *Client) Clear() error + func (c *Client) Close() error + func (c *Client) PlayGPX(filename string) error + func (c *Client) Set(latitude, longitude string) error + type Gpx struct + Tracks []Track + XMLName xml.Name + type Track struct + Name string + TrackSegments []TrackSegment + XMLName xml.Name + type TrackPoint struct + PointLatitude string + PointLongitude string + PointTime string + XMLName xml.Name + type TrackSegment struct + TrackPoints []TrackPoint + XMLName xml.Name