Inheritance: ILocationBasedMarker
Beispiel #1
0
 public ArMarker(Context context, POI poi) : base(context)
 {
     Init();
     POI = poi;
 }