You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.fr.plugin.heatpointmapbox.vo; |
|
|
|
/** |
|
* @author :xx |
|
* @date :2022/8/25 18:35 |
|
* @description: |
|
*/ |
|
public class PointMapStyleJson extends CustomJsonObject { |
|
private String tilte = POINT_MAP_TITLE; |
|
|
|
public String getTilte() { |
|
return tilte; |
|
} |
|
}
|
|
|