[progress Communities] [progress Openedge Abl] Forum Post: Kendo Ui Builder Sample Using...

  • Thread starter Thread starter Ricardo Perdigao
  • Start date Start date
Status
Not open for further replies.
R

Ricardo Perdigao

Guest
Here is a more complex sample integrating with Google Maps using Kendo UI Builder. Video explaining the sample: (Please visit the site to view this video) HTML (can placed inside a CustomHTML component or in the TopSection.html file): 0) { this.empMap.setCenter(results[0].geometry.location); if (angular.isDefined(this.marker)) { this.marker.setPosition(results[0].geometry.location); this.empMap.panTo(results[0].geometry.location); } else { this.marker = new google.maps.Marker({ map: this.empMap, position: results[0].geometry.location }); } } }); } } Hope it helps! Ricardo Perdigao

Continue reading...
 
Status
Not open for further replies.
Back
Top