I have been searching the web for proper documentation in regards to this error, am in in no luck as i am unable to determine the cause of this error.
Here is the m
passing this helped me solve this:
coordinate={{ latitude: props && props.position && Number(props.position.latitude) ? Number(props.position.latitude) : 0, longitude: props && props.position && Number(props.position.longitude) ? Number(props.position.longitude) : 0 }}