Milan Saraiya

Results 8 comments of Milan Saraiya

Here is work around for Angular without example, it seems there is no way to directly set templates in Angular template (.html), for our purpose we directly created template in...

sorry for late reply Actually MapView has infoWindowTemplates property, but it is not defined in typescript definition file (map-view.d.ts). Due to that typescript complains about it. You have two options...

@dimitriospafos Glad it worked :-)

@racknoris , I tried but could not make it work. you can listen to click event on infoWindow but not elements inside.

@bori87 , I have not tried it. I think problem is that InfoWindowTemplate content is parsed as Vanila NativeScript XML, not as Angular XML thus it is not able to...

@dimitriospafos and @bori87 I figured there is way to have data binding on custom template. At time of creating info window, marker is used as binding context, It means property...

You can use ployline function on mapview to draw a route. in order to get route information you can use google direction api. You need to do following steps 1....

@anihalaney , PR is ready for your review