mapillary_tools/geotag/geotag_from_gpx.py [21:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        image_dir: str,
        images: T.List[str],
        points: T.List[types.GPXPoint],
        use_gpx_start_time: bool = False,
        offset_time: float = 0.0,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mapillary_tools/geotag/geotag_from_gpx.py [151:157]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        image_dir: str,
        images: T.List[str],
        points: T.List[types.GPXPoint],
        use_gpx_start_time: bool = False,
        offset_time: float = 0.0,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



