Answer the question
In order to leave comments, you need to log in
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
For example, like this: https://www.mapbox.com/android-docs/maps/overview/
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);
});
\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 questionAsk a Question
731 491 924 answers to any question