gps tag

18 questions


2 answers
93 views
0
How to calculate latitude and longitude road coordinates

Hello, everyone I'd like to find out if the coordinates of latitude and longitude are road coordinates.If you look at the navigation, even though the current location of the car is not off the road I'...

gps
1 years ago

1 answers
93 views
0
JAVA beginner's sloppy code string conversion question

import java.util.Arrays;import java.io.BufferedReader;import java.io.FileReader;import java.io.PrintWriter;import java.io.IOException;public class traineroutput { public static void main(String args[]...

1 years ago

1 answers
107 views
0
Is there a way to get GPS information with an Android studio emulator?

I'm making a location sharing application while studying Android, and I'm trying to test if I can share a location with one phone, but I'm trying to test it with an emulator.The problem is that I want...

1 years ago

1 answers
100 views
0
Get Android GPS Satellite Count

As the title says, I want to know the number of satellites currently caught on Android.I tried googling, but as the API version increased over time, it seems that it became unusable.I referred to the ...

1 years ago

1 answers
107 views
0
I want to match the Gps value to the pixel value

Hello, I am a student who is studying for MFC.Get the Gps value and display it on the screen (map)We're going to make a program that draws the distance we've movedSince it has to be done in an area wh...

1 years ago

1 answers
108 views
0
You want to set the center value to the current geolocation value when using google map api

JSP Code <%@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8%><%@include file=/importhead.jsp %> <%@include file=/header.jsp %> <%@include file=/panel.j...


1 answers
96 views
0
Android Live Hardness and Latitude Continuously Renewed

Let me ask you a question about Android gps. locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 1000, MIN_DISTANCE_UPDATE, this);If there is a change of distance of 1 second or 1...

1 years ago

1 answers
94 views
0
I'm going to make an app similar to Pokemon Go.

I'm going to make an app similar to Pokemon Go (only Android), and I have a question about the functional plan.When I downloaded the app -> GPS On -> and went to a specific location (I'm expecti...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.