encode method
Implementation
Object encode() {
return <Object?>[
bounds,
maxZoom,
minZoom,
maxPitch,
minPitch,
];
}
Object encode() {
return <Object?>[
bounds,
maxZoom,
minZoom,
maxPitch,
minPitch,
];
}