問題タブ [mappy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - add Marker on the Map using Mappy SDK IOS
i'm developing and iphone app and i'm working with Mappy SDK IOS.
i arrived to display the map and show my current location. but i have a problem with adding some markers on my map.
i have an NSArray that contains some objects with longitude and latitude properties. my code to display the markers is :
and here is the log displayed on the console:
i'm i doing something wrong ?? because markers aren't displayed
the doc for adding markers on the documentation is :
the link of the documentation is here
any ideas ?? thanks in advance
objective-c - childViewControllerをParentViewControllerに追加する際の問題
ViewController
を別のに統合する際に奇妙な問題がありViewController
ます。私の問題を説明します、
私は((Ville / Autour De Moi、Carte / Liste ...)ParentViewController
を含むものを持っています、そしてこれに私は2つを切り替えます:とa (地図を含むもの)、そして私はのためのフレームを指定しました取る:_Buttons
ParentViewController
ChildViewControllers
ListViewController
MapViewController
ChildViewControllers
( 0, 104, 320, 282)
すべてが魅力のように機能していますが、マップをドラッグすると、マーカーと注釈が上にParentViewController
なり、非表示になるという問題がありますbuttons
。
画像は私の問題を説明します:
ドラッグの前:
マップ上でドラッグした後:
注意:ParentController
背景が透明でなく、地図もありません。MappySDKIOSを使用しています。
注釈を追加するためのコード:MPPoiDataSourceMappyCustom.m
これは私がマーカーを表示するために使用する方法です:
この奇妙な問題の原因についてのアイデアの友人??? これはMappySDKからのものですか?MapViewControllerのサブビューをブークルして、Backに送信しようとしましたが、うまくいきませんでした。前もって感謝します
javascript - 実際の住所の代わりにぼやけた形を地図上に表示する
私はウェブサイトを持っていて、(Google マップを使用するかどうかに関係なく) 地図上にユーザーの住所を表示したいのですが、正確な住所を表示したくありません。ぼやけた形(または雲)のようなものが欲しいです。私は場所、住所が位置する地域だけを指し示したい.
正確な住所の通りの上に色付きの線を表示することは可能ですか? 旅程は次のとおりです。
正確なアドレス (ポイント A とポイント B の間) があれば、例のように線を引くことができます。
そのようなことをする方法を知っている人はいますか?
ありがとう。
CC
json - ansible map を使用して json から値を取得する
この結果から UserId を取得する必要があります。
これが私のAnsibleコードです:
ありがとう