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.
15 lines
279 B
15 lines
279 B
2 years ago
|
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;
|
||
|
}
|
||
|
}
|