Unplanned
Last Updated: 15 Mar 2023 12:03 by Vitaly
Vitaly
Created on: 15 Mar 2023 12:03
Category: Map (beta)
Type: Feature Request
1
Rotate Map markers

Allow rotating the pins, based on a filed value in the markers objects:

 public  markers = [
        { latlng: [30.2675, -97.7409], name: 'Zevo Toys', rotateAngle: 90},
        { latlng: [30.2707, -97.7490], name: 'Foo Bars',  rotateAngle: 20 },
    ];

0 comments