I
I
Ivan Yakushenko2017-08-14 13:16:01
PHP
Ivan Yakushenko, 2017-08-14 13:16:01

Does Kivy have functionality for working with geolocation?

It is necessary to develop a simple application for Android: there is a drawn map of the city, sights and interesting places are marked on it, the application must contain, in fact, this "map" itself with marks, a general list of all places and define geolocation to indicate the nearest places, no navigation and " You don't need to sync with Google Maps.
Is it possible to use Kivi for this and will it be possible to publish such an application on Google Play, or go towards Java?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
vladislav997, 2019-04-05
@prrrrrrr

Replace: With:

$load_users = R::findOne('users', 'login = ?', [$data['login']]);

M
Mysterion, 2019-04-05
@Mysterion

Because $load_users contains an array of objects with the result of a selection from the 'users' table.

M
MrPower, 2019-04-05
@MrPower

There are only 2 options why it might not work:
1. $load_users->login and $data['login'] are different
2. $load_users->login and $data['login'] are the same, but different types
You can try to remove the strict check === for normal ==

J
JaxxDexx, 2017-08-14
@kshnkvn

Yes, kivy allows you to use geolocation under andoid https://github.com/kivy/plyer
Yes, you can use kivy for your idea
Yes, such an application can be published on google play

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question