Hi @PB_9026895,
Thanks for reaching out to PTC.
Take an example, suppose you already have created a state(named speedingState) with two different states, one is “Not Speeding", the other is "Speeding". And also you have associated different styling with "Not Speeding" and "Speeding" states in the definition of the state. Then you can follow below steps:
- Select the google map, navigate to the properties pane and click on State formatting for the MakerFormatting property
- In the Configure State Formatting popup, select State-based Formatting, set the Dependent Field to the specific property(in this example, its Speed), select SpeedingState as the State Definition.
- You can also search and choose another different StyleDefinitions in the popup.
- Now the map widget should display a different Marker when the setting speed value reaches.
Best Regards,
/Yoyo