Skip to content

Commit

Permalink
Code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
rugoncalves committed Mar 6, 2024
1 parent 76125ca commit b1bebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSFramework/Maps/OSMap/IMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ namespace OSFramework.Maps.OSMap {
* @param {OSFramework.Maps.Feature.IMarkerClusterer} renderer
* @memberof IMap
*/
setClusterRenderer?(renderer: OSFramework.Maps.Feature.IMarkerClustererRender);
setClusterRenderer?(renderer: OSFramework.Maps.Feature.IMarkerClustererRender): void;
/**
* Updates the Height of the Map by refreshing/updating the provider
*/
Expand Down

0 comments on commit b1bebd2

Please sign in to comment.