# Particle and GPS NEO-6M Latitude and Longitude values

**URL:** https://community.particle.io/t/particle-and-gps-neo-6m-latitude-and-longitude-values/58649
**Category:** Device OS
**Tags:** argon
**Created:** [December 3, 2020, 5:02pm UTC](https://community.particle.io/t/particle-and-gps-neo-6m-latitude-and-longitude-values/58649 "2020-12-03T17:02:56Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![ScruffR](https://sea2.discourse-cdn.com/flex026/user_avatar/community.particle.io/scruffr/32/6952_2.png) [@ScruffR](https://community.particle.io/u/ScruffR)
#### Post date: [December 4, 2020, 7:45pm UTC](https://community.particle.io/t/particle-and-gps-neo-6m-latitude-and-longitude-values/58649/7 "2020-12-04T19:45:24Z")

</div>

The discussion has moved on to this thread by now

> [@Coding Help in calling a function to convert values](https://community.particle.io/t/coding-help-in-calling-a-function-to-convert-values/58667):
>
> I currently have some code which returns GPS co-ordinates in GNSS NEMA format which i have found a function to convert this. The issue i have is my understanding of C is limited and i don’t know how to call this and looking for advice. I have the following variables correctly populating; Gga gga = Gga(\_gps); if (gga.parse()) { utcTime = gga.utcTime; longitude = gga.longitude; latitude = gga.latitude; } Rmc rmc = Rmc(\_gps); if (rmc.parse()) { utcTim…

---

_[View the full topic](https://community.particle.io/t/particle-and-gps-neo-6m-latitude-and-longitude-values/58649)._
