introduces the GeoapifyRequest class, which integrates the GeoapifyGeocodingService to fetch map images based on a location name. The Location class has been implemented for handling latitude and longitude data, with accompanying getter methods and a toString override for easy representation. Tests have been added for GeoapifyRequest to ensure proper map image retrieval and for Location to verify correct initialization, getters, and string formatting. These additions enhance the functionality of our system by seamlessly combining geocoding and static map generation.
introduces the GeoapifyRequest class, which integrates the GeoapifyGeocodingService to fetch map images based on a location name. The Location class has been implemented for handling latitude and longitude data, with accompanying getter methods and a toString override for easy representation. Tests have been added for GeoapifyRequest to ensure proper map image retrieval and for Location to verify correct initialization, getters, and string formatting. These additions enhance the functionality of our system by seamlessly combining geocoding and static map generation.