A
A
Alexander2018-10-06 11:02:54
Android
Alexander, 2018-10-06 11:02:54

How are maps created in mobile applications?

Do not connect Google or Yandex maps, but write your own, how is this done? Are there any books/articles/videos about this? Does it take a picture and on it is already laid, for example, a route or something else? There are no ideas about this yet. For this case, python is fine or java will be better? Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Moskus, 2018-10-06
@AleksandrB

For example, like this: https://www.mapbox.com/android-docs/maps/overview/

A
Askar Fuzaylov, 2015-06-20
@ruslite

You register it in a view for sending request.
Don't forget to enter the correct url

$.ajax({
  url: "/url"
}).done(function(data) {
  console.log(data);
});

in actionTest you write
\Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
return Posts::find()
                    ->where(array('group_id' => $group_id,'post_id' => $post_id))
                    ->one();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question