public static final class InsertSymbolRequest.Options extends Object
COLOR
: If symbolFormat
is 'svg' this is ignored. If symbolFormat
is 'svg_path' then this option specifies the color (in
RRGGBB hex format) of the path. For example, to have the path rendered
in red, used 'FF0000'. If 'color' is not provided then '00FF00' (i.e.
green) is used by default.
Map
.
A set of string constants for the parameter options
.public static final String COLOR
symbolFormat
is 'svg' this is ignored. If symbolFormat
is 'svg_path' then this option specifies the color (in
RRGGBB hex format) of the path. For example, to have the path
rendered in red, used 'FF0000'. If 'color' is not provided then
'00FF00' (i.e. green) is used by default.Copyright © 2020. All rights reserved.