Skip to content

Go dili için gps kütüphanesi - Gps library for Go

License

Notifications You must be signed in to change notification settings

HsmTeknoloji/gps_lib_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps_lib_go

Go dili için gps kütüphanesi

Kurulum:

go get "github.com/HsmTeknoloji/gps_lib_go/devhsmtekgps"

Kullanım:

gps, err := devhsmtekgps.ParseGpsLine(scanner.Text())
if err == nil {
	if gps.GetFixQuality() == "1" || gps.GetFixQuality() == "2" {
		latitude, _ := gps.GetLatitude()
		longitude, _ := gps.GetLongitude()
	} else {
		fmt.Println("gps verisi bulunamadı")
	}
}

Geliştirici Bilgileri:

Web Site : www.hsmteknoloji.com
Developer Groups : https://t.me/HsmTeknoloji/

About

Go dili için gps kütüphanesi - Gps library for Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages